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

/system/core/sh/
H A Deval.c1013 optptr = NULL;
H A Doptions.c71 char *optptr; /* used by nextopt */ variable
372 * to be processed. Shellparam.optptr points to the next character to
391 shellparam.optptr = NULL;
396 &shellparam.optptr);
507 if ((p = optptr) == NULL || *p == '\0') {
528 optptr = p;
H A Doptions.h43 char *optptr; /* used by getopts */ member in struct:shparam
121 extern char *optptr; /* used by nextopt */

Completed in 63 milliseconds