Searched refs:pushsettings (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | make1.cpp | 658 pushsettings( root_module(), s ); in make1c() 742 pushsettings( root_module(), target->settings ); in call_timing_rule() 797 pushsettings( root_module(), target->settings ); in call_action_rule() 1048 pushsettings( new_module, new_target->settings ); in swap_settings() 1154 pushsettings( rule->module, boundvars ); in make1cmds() 1412 pushsettings( root_module(), t->settings ); in make1bind()
|
D | rules.h | 241 void pushsettings ( module_t *, SETTINGS * );
|
D | rules.cpp | 380 void pushsettings( struct module_t * module, SETTINGS * v ) in pushsettings() function 393 pushsettings( module, v ); /* just swap again */ in popsettings()
|
D | hcache.cpp | 93 pushsettings( root_module(), t->settings ); in cache_name()
|
D | make.cpp | 325 pushsettings( root_module(), s ); in make0()
|
D | function.cpp | 4355 pushsettings( frame->module, t->settings ); in function_run() 4849 pushsettings( root_module(), t->settings ); in function_run()
|