Home
last modified time | relevance | path

Searched defs:command_switch (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c96 struct command_switch struct
98 int c; /* The switch character. */
101 {
108 } type;
110 char *value_ptr; /* Pointer to the value-holding variable. */
112 unsigned int env:1; /* Can come from MAKEFLAGS. */
113 unsigned int toenv:1; /* Should be put in MAKEFLAGS. */
114 unsigned int no_makefile:1; /* Don't propagate when remaking makefiles. */
116 char *noarg_value; /* Pointer to value used if no argument is given. */
117 char *default_value;/* Pointer to default value. */
[all …]