Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Doptions.c336 shellparam.optnext = NULL; in setparam()
452 shellparam.optnext = optbase; in getoptscmd()
476 if (*optnext == NULL) in getopts()
478 p = **optnext; in getopts()
482 *optnext = NULL; in getopts()
487 (*optnext)++; in getopts()
524 if (p == **optnext) in getopts()
525 (*optnext)++; in getopts()
531 if (*optnext != NULL) in getopts()
532 ind = *optnext - optfirst + 1; in getopts()
[all …]
H A Doptions.h43 char **optnext; /* next parameter to be processed by getopts */ member
H A Deval.c1027 shellparam.optnext = NULL; in evalcommand()