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

Lines Matching defs:optarg

110 char *optarg = NULL;
474 ARGV-element, is returned in `optarg'. Two colons mean an option that
476 it is returned in `optarg', otherwise `optarg' is set to zero.
509 optarg = NULL;
597 optarg = argv[optind++];
683 optarg = nameend + 1;
707 optarg = argv[optind++];
794 optarg = nextchar;
817 optarg = argv[optind++];
819 /* optarg is now the argument, see if it's in the
822 for (nextchar = nameend = optarg; *nameend && *nameend != '='; nameend++)
865 optarg = nameend + 1;
880 optarg = argv[optind++];
911 optarg = nextchar;
915 optarg = NULL;
923 optarg = nextchar;
946 optarg = argv[optind++];
1012 printf ("option c with value `%s'\n", optarg);