Lines Matching refs:macro
380 dmake_value2 = prop2->body.macro.value; in main()
423 dmake_value2 = prop2->body.macro.value; in main()
498 body.macro.exported = true; in main()
501 body.macro.exported = false; in main()
1756 register Property macro; in read_files_and_state() local
1836 (IS_EQUAL(def_make_macro->body.macro.value->string_mb, in read_files_and_state()
1855 ->body.macro.exported = true; in read_files_and_state()
2037 body.macro.exported = true; in read_files_and_state()
2071 macro = maybe_append_prop(makeflags, macro_prop); in read_files_and_state()
2072 temp = (Boolean) macro->body.macro.read_only; in read_files_and_state()
2073 macro->body.macro.read_only = false; in read_files_and_state()
2101 macro->body.macro.read_only = temp; in read_files_and_state()
2289 macro = get_prop(name->prop, macro_prop); in read_files_and_state()
2290 if ((macro != NULL) && /* Maybe (macro == NULL) || ? */ in read_files_and_state()
2291 (IS_EQUAL(macro->body.macro.value->string_mb, in read_files_and_state()
2309 macro = get_prop(keep_state_name->prop, macro_prop); in read_files_and_state()
2310 if ((macro != NULL) && in read_files_and_state()
2311 macro->body.macro.exported) { in read_files_and_state()
2315 if (macro == NULL) { in read_files_and_state()
2316 macro = maybe_append_prop(keep_state_name, in read_files_and_state()
2319 macro->body.macro.exported = true; in read_files_and_state()
2411 Property macro; in enter_argv_values() local
2576 macro = maybe_append_prop(name, macro_prop); in enter_argv_values()
2577 macro->body.macro.exported = true; in enter_argv_values()
2578 SETVAR(name, value, false)->body.macro.read_only = true; in enter_argv_values()
2611 if( prop == 0 || prop->body.macro.value == 0 || in append_makeflags_string()
2612 prop->body.macro.value->string_mb == 0 ) { in append_makeflags_string()
2617 strcat(mbs_value, prop->body.macro.value->string_mb); in append_makeflags_string()
2643 register Name macro; in read_environment() local
2701 macro = GETNAME(name, value - name); in read_environment()
2702 maybe_append_prop(macro, macro_prop)->body.macro.exported = in read_environment()
2705 val = setvar_daemon(macro, in read_environment()
2709 val = setvar_daemon(macro, in read_environment()
2713 val->body.macro.read_only = read_only_saved; in read_environment()
3045 append_or_replace_macro_in_dyn_array(ASCII_Dyn_Array *Ar, char *macro) in append_or_replace_macro_in_dyn_array() argument
3059 if (!(len_macro = strlen(macro))) return; in append_or_replace_macro_in_dyn_array()
3060 name = macro; in append_or_replace_macro_in_dyn_array()