Searched refs:command_variables (Results 1 – 2 of 2) sorted by relevance
449 static struct command_variable *command_variables; variable1310 if (command_variables != 0) in main()1319 for (cv = command_variables; cv != 0; cv = cv->next) in main()1332 for (cv = command_variables; cv != 0; cv = cv->next) in main()2313 for (cv = command_variables; cv != 0; cv = cv->next) in handle_non_switch_argument()2320 cv->next = command_variables; in handle_non_switch_argument()2321 command_variables = cv; in handle_non_switch_argument()2854 if (all && command_variables != 0) in define_makeflags()
1112 command_variables if they're not already there: duplicate settings