Searched refs:nextchar (Results 1 – 1 of 1) sorted by relevance
110 static char *nextchar; variable362 nextchar = NULL; in _getopt_internal()378 if (nextchar == NULL || *nextchar == '\0') { in _getopt_internal()455 char *s = nextchar; in _getopt_internal()466 if (!my_strncmp(p->name, nextchar, s - nextchar)) { in _getopt_internal()486 nextchar += my_strlen(nextchar); in _getopt_internal()513 nextchar += my_strlen(nextchar); in _getopt_internal()524 nextchar += my_strlen(nextchar); in _getopt_internal()528 nextchar += my_strlen(nextchar); in _getopt_internal()598 nextchar = NULL; in _getopt_internal()[all …]