Lines Matching defs:options
293 N_("Options:\n"),
424 /* Secondary long names for options. */
458 /* Our current directory before processing any -C options. */
462 /* Our current directory after processing all -C options. */
1660 fatal (NILF, _("internal error: multiple --jobserver-fds options"));
2239 static char options[1 + sizeof (switches) / sizeof (switches[0]) * 3];
2252 if (options[0] != '\0')
2256 p = options;
2388 fprintf (usageto, _("Usage: %s [options] [target] ...\n"), program);
2419 but not for options from the environment. */
2427 c = getopt_long (argc, argv, options, long_options, (int *) 0);
2436 But continue to parse the other options so the user can
2446 options which are to be ignored still consume args. */
2555 /* There are no more options according to getting getopt, but there may
2558 argument to prevent later arguments from being options. */
2663 command switches. Include options with args if ALL is nonzero.
2664 Don't include options with the `no_makefile' flag set if MAKEFILE. */
2833 /* Long options must each go in their own word,