Searched refs:optnext (Results 1 - 3 of 3) sorted by path

/system/core/sh/
H A Deval.c932 shellparam.optnext = NULL;
H A Doptions.c288 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) argument
411 if (*optnext == NULL)
413 p = **optnext;
[all...]
H A Doptions.h42 char **optnext; /* next parameter to be processed by getopts */ member in struct:shparam

Completed in 109 milliseconds