Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doptions.c62 char *nextopt_optptr; /* used by nextopt */ variable
571 if ((p = nextopt_optptr) == NULL || *p == '\0') { in nextopt()
593 nextopt_optptr = p; in nextopt()
595 nextopt_optptr = NULL; in nextopt()
H A Doptions.h110 extern char *nextopt_optptr; /* used by nextopt */
H A Dhistedit.c294 } while (nextopt_optptr != NULL); in histcmd()
H A Deval.c1097 nextopt_optptr = NULL; /* initialize nextopt */ in evalcommand()