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

  /src/bin/sh/
options.h 42 char **optnext; /* next parameter to be processed by getopts */ member in struct:shparam
options.c 396 shellparam.optnext = NULL;
464 shellparam.optnext = NULL;
505 shellparam.optnext = NULL;
541 shellparam.optnext = NULL;
547 * The getopts builtin. Shellparam.optnext points to the next argument
549 * be processed in the current argument. If shellparam.optnext is NULL,
566 shellparam.optnext = optbase;
571 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
576 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr)
587 if (*optnext == NULL
    [all...]
eval.c 1238 shellparam.optnext = NULL;

Completed in 23 milliseconds