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

Function function_set_actions

src/engine/function.c:338–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

function_runFunction · 0.85

Calls 2

stack_popFunction · 0.85
new_rule_actionsFunction · 0.85

Tested by

no test coverage detected