Home
last modified time | relevance | path

Searched refs:root_module (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/tools/build/src/engine/
Djam.cpp500 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()
Dsearch.cpp42 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()
Dmake1.cpp658 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 …]
Dvariable.cpp218 || root_module() == module ) in var_get()
234 if ( root_module() == module ) in var_get()
248 var_defines( root_module(), environ, 1 ); in var_get()
Dheaders.cpp70 hdrscan = var_get( root_module(), constant_HDRSCAN ); in headers()
74 hdrrule = var_get( root_module(), constant_HDRRULE ); in headers()
Dhcache.cpp87 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()
Dframes.cpp19 frame->module = root_module(); in frame_init()
Drules.cpp544 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()
Dmodules.h29 module_t * root_module();
Dmodules.cpp270 module_t * root_module() in root_module() function
355 if ( m != root_module() && m->rules ) in module_bind_variables()
Dvariable.h49 inline explicit variable(const char *v) : variable(root_module(), v) {} in variable()
Dmake.cpp325 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()
Dbuiltins.cpp138 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()
Dstartup.cpp29 new_rule_body(root_module(), name, func, 1); in bind_builtin()
Dfunction.cpp4849 pushsettings( root_module(), t->settings ); in function_run()
4856 popsettings( root_module(), t->settings ); in function_run()
4878 : root_module(); in function_run()