Lines Matching refs:macro

406 		dmake_value2 = prop2->body.macro.value;  in main()
449 dmake_value2 = prop2->body.macro.value; in main()
524 body.macro.exported = true; in main()
527 body.macro.exported = false; in main()
1793 Property macro; in read_files_and_state() local
1867 (IS_EQUAL(def_make_macro->body.macro.value->string_mb, in read_files_and_state()
1886 ->body.macro.exported = true; in read_files_and_state()
2077 body.macro.exported = true; in read_files_and_state()
2111 macro = maybe_append_prop(makeflags, macro_prop); in read_files_and_state()
2112 temp = (Boolean) macro->body.macro.read_only; in read_files_and_state()
2113 macro->body.macro.read_only = false; in read_files_and_state()
2141 macro->body.macro.read_only = temp; in read_files_and_state()
2329 macro = get_prop(name->prop, macro_prop); in read_files_and_state()
2330 if ((macro != NULL) && /* Maybe (macro == NULL) || ? */ in read_files_and_state()
2331 (IS_EQUAL(macro->body.macro.value->string_mb, in read_files_and_state()
2349 macro = get_prop(keep_state_name->prop, macro_prop); in read_files_and_state()
2350 if ((macro != NULL) && in read_files_and_state()
2351 macro->body.macro.exported) { in read_files_and_state()
2355 if (macro == NULL) { in read_files_and_state()
2356 macro = maybe_append_prop(keep_state_name, in read_files_and_state()
2359 macro->body.macro.exported = true; in read_files_and_state()
2451 Property macro; in enter_argv_values() local
2629 macro = maybe_append_prop(name, macro_prop); in enter_argv_values()
2630 macro->body.macro.exported = true; in enter_argv_values()
2631 SETVAR(name, value, false)->body.macro.read_only = true; in enter_argv_values()
2664 if( prop == 0 || prop->body.macro.value == 0 || in append_makeflags_string()
2665 prop->body.macro.value->string_mb == 0 ) { in append_makeflags_string()
2670 strcat(mbs_value, prop->body.macro.value->string_mb); in append_makeflags_string()
2696 Name macro; in read_environment() local
2754 macro = GETNAME(name, value - name); in read_environment()
2755 maybe_append_prop(macro, macro_prop)->body.macro.exported = in read_environment()
2758 val = setvar_daemon(macro, in read_environment()
2762 val = setvar_daemon(macro, in read_environment()
2766 val->body.macro.read_only = read_only_saved; in read_environment()
3098 append_or_replace_macro_in_dyn_array(ASCII_Dyn_Array *Ar, char *macro) in append_or_replace_macro_in_dyn_array() argument
3112 if (!(len_macro = strlen(macro))) return; in append_or_replace_macro_in_dyn_array()
3113 name = macro; in append_or_replace_macro_in_dyn_array()