HomeSort by relevance Sort by last modified time
    Searched full:__nextchar (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
getopt.c 245 d->__nextchar = NULL;
390 if (d->__nextchar == NULL || *d->__nextchar == '\0')
465 d->__nextchar = (argv[d->optind] + 1
497 for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++)
503 if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar))
505 if ((unsigned int) (nameend - d->__nextchar)
555 d->__nextchar += strlen (d->__nextchar);
    [all...]
getopt_int.h 55 char *__nextchar;
54 char *__nextchar; member in struct:_getopt_data

Completed in 78 milliseconds