MCPcopy Create free account
hub / github.com/boostorg/build / function_set_actions

Function function_set_actions

v2/engine/function.c:335–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335static void function_set_actions( JAM_FUNCTION * function, FRAME * frame,
336 STACK * s, int idx )
337{
338 SUBACTION * sub = function->actions + idx;
339 LIST * bindlist = stack_pop( s );
340 new_rule_actions( frame->module, sub->name, sub->command, bindlist,
341 sub->flags );
342}
343
344
345/*

Callers 1

function_runFunction · 0.85

Calls 2

stack_popFunction · 0.85
new_rule_actionsFunction · 0.85

Tested by

no test coverage detected