HomeSort by: relevance | last modified time | path
    Searched defs:optptr (Results 1 - 3 of 3) 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 in typeref:typename:char *
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;
  /src/usr.bin/xlint/lint1/
ckgetopt.c 122 char *optptr = strchr(ck.options, opt); local in function:check_unlisted_option
123 if (optptr != NULL)
124 *optptr = ' ';

Completed in 23 milliseconds