Home
last modified time | relevance | path

Searched refs:var_get (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dvariable.h25 LIST * var_get( struct module_t *, OBJECT * symbol );
56 inline operator list() const { return list{var_get(var_module, var_symbol)}; } in list()
95 LIST * l = var_get(var_module, var_symbol);
Dsearch.cpp42 LIST * const bind_rule = var_get( root_module(), constant_BINDRULE ); 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()
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()
117 LIST * const var = var_get( root_module(), constant_HCACHEMAXAGE ); in cache_maxage()
Djam.cpp601 LIST * const p = var_get( root_module(), constant_PARALLELISM ); in main()
615 LIST * const p = var_get( root_module(), constant_KEEP_GOING ); in main()
Dmake1.cpp743 timing_rule = var_get( root_module(), constant_TIMING_RULE ); in call_timing_rule()
798 action_rule = var_get( root_module(), constant_ACTION_RULE ); in call_action_rule()
1149 shell = var_get( rule->module, constant_JAMSHELL ); in make1cmds()
1375 LIST * const l = var_get( module, list_item( vars_iter ) ); in make1settings()
Dvariable.cpp166 LIST * var_get( struct module_t * module, OBJECT * symbol ) in var_get() function
Dmake.cpp361 LIST * var = var_get( root_module(), constant_JAM_SEMAPHORE ); in make0()
Dbuiltins.cpp1954 extra = var_get( root_module(), constant_extra_pythonpath ); in builtin_python_import_rule()
2258 value = var_get( root_module(), varname ); in bjam_variable()
Dfunction.cpp319 return list_copy( var_get( frame->module, function->constants[ idx ] ) ); in function_get_variable()
417 ? list_copy( var_get( frame->module, name ) ) in function_get_named_variable()
4482 result = var_get( frame->module, varname ) ; in function_run()
/third_party/boost/tools/build/src/engine/modules/
Dproperty-set.cpp203 LIST * props = var_get( frame->module, varname ); in property_set_get()
272 LIST * props = var_get( frame->module, varname ); in property_set_contains_features()
Dorder.cpp106 LIST * dependencies = var_get( frame->module, list_item( iter ) ); in order()