HomeSort by relevance Sort by last modified time
    Searched refs:optnext (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
options.c 288 shellparam.optnext = NULL;
333 shellparam.optnext = NULL;
365 shellparam.optnext = NULL;
371 * The getopts builtin. Shellparam.optnext points to the next argument
373 * be processed in the current argument. If shellparam.optnext is NULL,
390 shellparam.optnext = optbase;
395 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
400 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr)
411 if (*optnext == NULL)
413 p = **optnext;
    [all...]
options.h 42 char **optnext; /* next parameter to be processed by getopts */ member in struct:shparam
eval.c 932 shellparam.optnext = NULL;

Completed in 71 milliseconds