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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetopt.c116 static char *nextchar;
296 nextchar = NULL;
331 updating `optind' and `nextchar' so that the next call to `getopt' can
391 if (nextchar == NULL || *nextchar == '\0')
458 nextchar = (argv[optind] + 1
489 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
495 if (!strncmp (p->name, nextchar, nameend - nextchar))
497 if (nameend - nextchar
115 static char *nextchar; variable
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgetopt.c147 static char *nextchar;
414 nextchar = NULL;
479 updating `optind' and `nextchar' so that the next call to `getopt' can
552 if (nextchar == NULL || *nextchar == '\0')
625 nextchar = (argv[optind] + 1
656 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
662 if (!strncmp (p->name, nextchar, nameend - nextchar))
664 if ((unsigned int) (nameend - nextchar)
146 static char *nextchar; variable
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dhtml.c108 int nextchar = getc (f);
109 if (nextchar == 'i' || nextchar == 'c')
116 ungetc (nextchar, f); /* wasn't an @import */
122 int nextchar = getc (f);
123 if (nextchar == '*')
127 ungetc (nextchar, f); /* wasn't a comment */
107 int nextchar = getc (f); local
121 int nextchar = getc (f); local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-e7000.c781 fetch_regs_from_dump (int (*nextchar) (), char *want)
786 int thischar = nextchar ();
798 thischar = nextchar ();
800 thischar = nextchar ();
809 thischar = nextchar ();
818 thischar = nextchar ();
823 thischar = nextchar ();
/freebsd-9.3-release/contrib/file/src/
H A Dfile.c508 wchar_t nextchar; local
513 bytesconsumed = mbrtowc(&nextchar, s, n, &state);
526 int w = wcwidth(nextchar);
H A Dfuncs.c350 wchar_t nextchar; local
361 bytesconsumed = mbrtowc(&nextchar, op,
369 if (iswprint(nextchar)) {

Completed in 202 milliseconds