Searched refs:var_set (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | variable.h | 26 void var_set( struct module_t *, OBJECT * symbol, LIST * value, int flag ); 60 var_set(var_module, var_symbol, v.release(), VAR_SET); 69 var_set(var_module, var_symbol, v.release(), VAR_APPEND); 74 var_set(var_module, var_symbol, v.release(), VAR_APPEND); 82 var_set(var_module, var_symbol, v.release(), VAR_DEFAULT); 87 var_set(var_module, var_symbol, v.release(), VAR_DEFAULT);
|
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() 573 var_set( root_module(), constant_ARGV, list_new( object_new( in main()
|
D | class.cpp | 163 var_set( class_module, constant_name, xname, VAR_SET ); in make_class_module() 164 var_set( class_module, constant_bases, bases, VAR_SET ); in make_class_module()
|
D | variable.cpp | 146 var_set( module, varname, l, VAR_SET ); in var_defines() 293 void var_set( struct module_t * module, OBJECT * symbol, LIST * value, int flag in var_set() function
|
D | function.cpp | 325 var_set( frame->module, function->constants[ idx ], value, VAR_SET ); in function_set_variable() 337 var_set( frame->module, function->constants[ idx ], value, VAR_APPEND ); in function_append_variable() 343 var_set( frame->module, function->constants[ idx ], value, VAR_DEFAULT ); in function_default_variable() 424 var_set( frame->module, name, value, VAR_SET ); in function_set_named_variable() 436 var_set( frame->module, name, value, VAR_APPEND ); in function_append_named_variable() 442 var_set( frame->module, name, value, VAR_DEFAULT ); in function_default_named_variable() 3280 var_set( frame->module, formal_arg->arg_name, stack_pop( s ), in argument_list_pop()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | order.cpp | 23 var_set( frame->module, list_item( iter ), list_copy_range( arg, list_next( in add_pair()
|
D | property-set.cpp | 169 var_set( bindmodule( pos->value ), varname, unique, VAR_SET ); in property_set_create()
|