Home
last modified time | relevance | path

Searched refs:command_variables (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c449 static struct command_variable *command_variables; variable
1310 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()
DChangeLog1112 command_variables if they're not already there: duplicate settings