HomeSort by: relevance | last modified time | path
    Searched refs:nextopt (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/sh/
options.h 64 extern char *optionarg; /* set by nextopt */
65 extern char *optptr; /* used by nextopt */
71 int nextopt(const char *);
alias.c 263 (void) nextopt(NULL); /* consume possible "--" */
299 while ((i = nextopt("a")) != '\0') {
options.c 72 char *optionarg; /* set by nextopt (like getopt) */
73 char *optptr; /* used by nextopt */
430 (void) nextopt(NULL); /* ignore '--' as leading option */
478 (void) nextopt(NULL); /* ignore '--' as leading option */
485 argptr = argv + 1; /* reinit nextopt() */
671 * only argument that is passed to nextopt is the option string; the
681 nextopt(const char *optstring) function in typeref:typename:int
miscbltin.c 234 while ((i = nextopt(READ_OPTS)) != '\0') {
444 while ((i = nextopt("S")) != '\0') {
644 while ((optc = nextopt(OPTSTRING)) != '\0')
cd.c 95 while ((opt = nextopt("Pe")) != '\0')
380 while ((i = nextopt("LP")) != '\0')
jobs.c 284 nextopt("");
291 nextopt("");
348 nextopt("");
554 while ((m = nextopt("lpZ")))
713 while ((i = nextopt("np:")) != '\0') {
946 while ((i = nextopt("gjp"))) {
1036 while ((c = nextopt("fgs:")) != 0) {
eval.c 1327 * This must be done manually, as nextopt()
1440 /* initialize nextopt */
1628 (void) nextopt(NULL); /* ignore a leading "--" */
1792 (void) nextopt(""); /* ignore a leading "--" */
1843 nextopt("");
exec.c 410 while ((c = nextopt("bcefqrsuv")) != '\0')
1116 while ((c = nextopt("vVp")) != 0) {
  /src/usr.bin/tftp/
tftp.c 93 char *opt, *endp, *nextopt, *valp; local in function:get_options
109 nextopt = valp + l;
113 opt = nextopt;
155 opt = nextopt;
  /src/usr.bin/config/
main.c 177 static struct nvlist **nextopt; variable in typeref:struct:nvlist **
394 nextopt = &options;
1180 if (do_option(opttab, &options, &nextopt, name, value, "options",
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))

Completed in 53 milliseconds