/third_party/boost/tools/build/src/engine/ |
D | jam.cpp | 500 var_set( root_module(), constant_JAMDATE, list_new( outf_time( in main() 505 var_set( root_module(), constant_JAM_VERSION, in main() 519 var_set( root_module(), constant_JAMUNAME, in main() 538 var_set( root_module(), constant_JAM_TIMESTAMP_RESOLUTION, list_new( in main() 547 var_defines( root_module(), use_environ, 1 ); in main() 558 var_defines( root_module(), othersyms, 1 ); in main() 566 var_defines( root_module(), symv, 1 ); in main() 573 var_set( root_module(), constant_ARGV, list_new( object_new( in main() 601 LIST * const p = var_get( root_module(), constant_PARALLELISM ); in main() 615 LIST * const p = var_get( root_module(), constant_KEEP_GOING ); in main()
|
D | search.cpp | 42 LIST * const bind_rule = var_get( root_module(), constant_BINDRULE ); in call_bind_rule() 60 list_free( evaluate_rule( bindrule( rulename, root_module() ), rulename, frame ) ); in call_bind_rule() 162 varlist = var_get( root_module(), constant_LOCATE ); in search() 179 else if ( varlist = var_get( root_module(), constant_SEARCH ), in search()
|
D | make1.cpp | 658 pushsettings( root_module(), s ); in make1c() 660 popsettings( root_module(), s ); in make1c() 742 pushsettings( root_module(), target->settings ); in call_timing_rule() 743 timing_rule = var_get( root_module(), constant_TIMING_RULE ); in call_timing_rule() 744 popsettings( root_module(), target->settings ); in call_timing_rule() 772 evaluate_rule( bindrule( rulename , root_module() ), rulename, frame ); in call_timing_rule() 797 pushsettings( root_module(), target->settings ); in call_action_rule() 798 action_rule = var_get( root_module(), constant_ACTION_RULE ); in call_action_rule() 799 popsettings( root_module(), target->settings ); in call_action_rule() 848 evaluate_rule( bindrule( rulename, root_module() ), rulename, frame ); in call_action_rule() [all …]
|
D | variable.cpp | 218 || root_module() == module ) in var_get() 234 if ( root_module() == module ) in var_get() 248 var_defines( root_module(), environ, 1 ); in var_get()
|
D | headers.cpp | 70 hdrscan = var_get( root_module(), constant_HDRSCAN ); in headers() 74 hdrrule = var_get( root_module(), constant_HDRRULE ); in headers()
|
D | hcache.cpp | 87 LIST * const hcachevar = var_get( root_module(), constant_HCACHEFILE ); in cache_name() 93 pushsettings( root_module(), t->settings ); in cache_name() 100 popsettings( root_module(), t->settings ); in cache_name() 117 LIST * const var = var_get( root_module(), constant_HCACHEMAXAGE ); in cache_maxage()
|
D | frames.cpp | 19 frame->module = root_module(); in frame_init()
|
D | rules.cpp | 544 if ( r->module == root_module() ) in global_rule_name() 567 if ( r->module == root_module() ) in global_rule() 572 RULE * const result = define_rule( r->module, name, root_module() ); in global_rule() 709 result = lookup_rule( rulename, root_module(), 0 ); in bindrule()
|
D | modules.h | 29 module_t * root_module();
|
D | modules.cpp | 270 module_t * root_module() in root_module() function 355 if ( m != root_module() && m->rules ) in module_bind_variables()
|
D | variable.h | 49 inline explicit variable(const char *v) : variable(root_module(), v) {} in variable()
|
D | make.cpp | 325 pushsettings( root_module(), s ); in make0() 361 LIST * var = var_get( root_module(), constant_JAM_SEMAPHORE ); in make0() 376 popsettings( root_module(), s ); in make0()
|
D | builtins.cpp | 138 result = new_rule_body( root_module(), name, func, 1 ); in bind_builtin() 151 RULE * result = import_rule( other, root_module(), name ); in duplicate_rule() 1428 return frame->module == root_module() in builtin_caller_module() 1545 ? root_module() in builtin_import_module() 1954 extra = var_get( root_module(), constant_extra_pythonpath ); in builtin_python_import_rule() 2231 new_rule_actions( root_module(), name_str, body_func, bindlist, flags ); in bjam_define_action() 2258 value = var_get( root_module(), varname ); in bjam_variable()
|
D | startup.cpp | 29 new_rule_body(root_module(), name, func, 1); in bind_builtin()
|
D | function.cpp | 4849 pushsettings( root_module(), t->settings ); in function_run() 4856 popsettings( root_module(), t->settings ); in function_run() 4878 : root_module(); in function_run()
|