HomeSort by: relevance | last modified time | path
    Searched refs:optptr (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
options.h 43 char *optptr; /* used by getopts */ member in struct:shparam
65 extern char *optptr; /* used by nextopt */
options.c 73 char *optptr; /* used by nextopt */ variable
486 optptr = NULL;
548 * to be processed. Shellparam.optptr points to the next character to
567 shellparam.optptr = NULL;
572 &shellparam.optptr);
687 if ((p = optptr) == NULL || *p == '\0') {
712 optptr = p;
eval.c 1442 optptr = NULL;
  /src/usr.bin/xlint/lint1/
ckgetopt.c 123 const char *optptr = strchr(ck.options, opt); local
124 if (optptr != NULL)
125 ck.remaining[optptr - ck.options] = ' ';

Completed in 15 milliseconds