Searched refs:VAR_APPEND (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | variable.h | 35 #define VAR_APPEND 1 /* append to previous value */ macro 69 var_set(var_module, var_symbol, v.release(), VAR_APPEND); 74 var_set(var_module, var_symbol, v.release(), VAR_APPEND);
|
D | variable.cpp | 308 case VAR_APPEND: /* Append value */ in var_set()
|
D | jam.cpp | 574 arg_v[ n ] ) ), VAR_APPEND ); in main()
|
D | rules.cpp | 359 else if ( flag == VAR_APPEND ) in addsettings()
|
D | function.cpp | 337 var_set( frame->module, function->constants[ idx ], value, VAR_APPEND ); in function_append_variable() 436 var_set( frame->module, name, value, VAR_APPEND ); in function_append_named_variable() 4424 t->settings = addsettings( t->settings, VAR_APPEND, in function_run()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | order.cpp | 24 iter ), end ), VAR_APPEND ); in add_pair()
|