Searched refs:VAR_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | variable.h | 36 #define VAR_DEFAULT 2 /* set only if no previous value */ macro 82 var_set(var_module, var_symbol, v.release(), VAR_DEFAULT); 87 var_set(var_module, var_symbol, v.release(), VAR_DEFAULT);
|
D | variable.cpp | 312 case VAR_DEFAULT: /* Set only if unset */ in var_set()
|
D | rules.cpp | 363 else if ( flag != VAR_DEFAULT ) in addsettings()
|
D | function.cpp | 343 var_set( frame->module, function->constants[ idx ], value, VAR_DEFAULT ); in function_default_variable() 442 var_set( frame->module, name, value, VAR_DEFAULT ); in function_default_named_variable() 4449 t->settings = addsettings( t->settings, VAR_DEFAULT, in function_run()
|