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

/freebsd-10.0-release/bin/sh/
H A Doptions.h107 extern char *nextopt_optptr; /* used by nextopt */
H A Doptions.c68 char *nextopt_optptr; /* used by nextopt */ variable
547 if ((p = nextopt_optptr) == NULL || *p == '\0') {
568 nextopt_optptr = p;
H A Deval.c1115 nextopt_optptr = NULL; /* initialize nextopt */

Completed in 187 milliseconds