Home
last modified time | relevance | path

Searched refs:optnext (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/sh/
H A Doptions.c338 shellparam.optnext = NULL; in setparam()
454 shellparam.optnext = optbase; in getoptscmd()
460 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()
465 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, in getopts() argument
478 if (*optnext == NULL) in getopts()
480 p = **optnext; in getopts()
483 ind = *optnext - optfirst + 1; in getopts()
484 *optnext = NULL; in getopts()
489 (*optnext)++; in getopts()
512 if (*p == '\0' && (p = **optnext) == NULL) { in getopts()
[all …]
H A Doptions.h41 char **optnext; /* next parameter to be processed by getopts */ member
H A Deval.c1021 shellparam.optnext = NULL; in evalcommand()