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

Function pushsettings

v2/engine/rules.c:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 */
380
381void pushsettings( struct module_t * module, SETTINGS * v )
382{
383 for ( ; v; v = v->next )
384 v->value = var_swap( module, v->symbol, v->value );
385}
386
387
388/*

Callers 10

cache_nameFunction · 0.85
make1cFunction · 0.85
call_timing_ruleFunction · 0.85
call_action_ruleFunction · 0.85
swap_settingsFunction · 0.85
make1cmdsFunction · 0.85
make1bindFunction · 0.85
popsettingsFunction · 0.85
make0Function · 0.85
function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected