Home
last modified time | relevance | path

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

/freebsd-13.1/bin/sh/
H A Doptions.c70 char *nextopt_optptr; /* used by nextopt */ variable
571 if ((p = nextopt_optptr) == NULL || *p == '\0') { in nextopt()
592 nextopt_optptr = p; in nextopt()
H A Doptions.h111 extern char *nextopt_optptr; /* used by nextopt */
H A Deval.c1105 nextopt_optptr = NULL; /* initialize nextopt */ in evalcommand()