OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__nextchar
(Results
1 - 4
of
4
) 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
/ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c
240
d->
__nextchar
= NULL;
385
if (d->
__nextchar
== NULL || *d->
__nextchar
== '\0')
460
d->
__nextchar
= (argv[d->optind] + 1
492
for (nameend = d->
__nextchar
; *nameend && *nameend != '='; nameend++)
498
if (!strncmp (p->name, d->
__nextchar
, nameend - d->
__nextchar
))
500
if ((unsigned int) (nameend - d->
__nextchar
)
550
d->
__nextchar
+= strlen (d->
__nextchar
);
[
all
...]
getopt_int.h
54
char *
__nextchar
;
53
char *
__nextchar
;
member in struct:_getopt_data
Completed in 132 milliseconds