Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:switches

128    in command switches of a type that takes string arguments.  */
138 /* The recognized command switches. */
213 /* List of makefiles given with -f switches. */
246 /* List of directories given with -C switches. */
250 /* List of include directories given with -I switches. */
254 /* List of files given with -o switches. */
258 /* List of files given with -W switches. */
362 /* The table of command switches. */
364 static const struct command_switch switches[] =
1227 /* Decode the switches. */
1233 and we set the -p, -i and -e switches. Doesn't seem quite right. */
1630 /* Decode switches again, in case the variables were set by the makefile. */
2237 /* Parsing of arguments, decoding of switches. */
2239 static char options[1 + sizeof (switches) / sizeof (switches[0]) * 3];
2240 static struct option long_options[(sizeof (switches) / sizeof (switches[0])) +
2262 for (i = 0; switches[i].c != '\0'; ++i)
2264 long_options[i].name = (switches[i].long_name == 0 ? "" :
2265 switches[i].long_name);
2267 long_options[i].val = switches[i].c;
2268 if (short_option (switches[i].c))
2269 *p++ = switches[i].c;
2270 switch (switches[i].type)
2281 if (short_option (switches[i].c))
2283 if (switches[i].noarg_value != 0)
2285 if (short_option (switches[i].c))
2402 /* Decode switches from ARGC and ARGV.
2440 for (cs = switches; cs->c != '\0'; ++cs)
2570 /* Decode switches from environment variable ENVAR (which is LEN chars long).
2663 command switches. Include options with args if ALL is nonzero.
2706 for (cs = switches; cs->c != '\0'; ++cs)
2777 matters for some switches (like -I). */
2870 /* Separate the variables from the switches with a "--" arg. */
2906 /* If there are switches, omit the leading dash
2914 MAKEFLAGS to add switches, but we still want
2916 switches. Of course, an override or command