Searched refs:nextchar (Results 1 - 2 of 2) sorted by relevance

/external/grub/lib/
H A Dgetopt.c146 static char *nextchar;
407 nextchar = NULL;
472 updating `optind' and `nextchar' so that the next call to `getopt' can
549 if (nextchar == NULL || *nextchar == '\0')
622 nextchar = (argv[optind] + 1
653 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
659 if (!strncmp (p->name, nextchar, nameend - nextchar))
661 if ((unsigned int) (nameend - nextchar)
145 static char *nextchar; variable
[all...]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Ddecoder.py122 nextchar = s[end:end + 1]
124 if nextchar == '}':
126 if nextchar != '"':
143 nextchar = s[end:end + 1]
145 if nextchar == '}':
147 if nextchar != ',':
150 nextchar = s[end:end + 1]
152 if nextchar != '"':
165 nextchar = s[end:end + 1]
166 if nextchar
[all...]

Completed in 187 milliseconds