Searched refs:nextc (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/libs/bsd/
H A Dvis.c52 vis(dst, c, flag, nextc)
54 int c, nextc;
126 if (isoctal(nextc)) {
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1087 /* This macro means that last nextc() return a singlebyte character
1375 /* nextc --- get the next input character */
1380 nextc(void)
1448 nextc(void)
1462 #define nextc() ((lexptr && lexptr < lexend) ? \
1499 c = nextc();
1503 while ((c = nextc()) != '\n' && c != EOF)
1533 if (nextc() == EOF) {
1579 c = nextc();
1586 if (nextc()
[all...]
H A Dawkgram.c2926 /* This macro means that last nextc() return a singlebyte character
3214 /* nextc --- get the next input character */
3219 nextc(void)
3287 nextc(void)
3301 #define nextc() ((lexptr && lexptr < lexend) ? \
3338 c = nextc();
3342 while ((c = nextc()) != '\n' && c != EOF)
3372 if (nextc() == EOF) {
3418 c = nextc();
3425 if (nextc()
3215 nextc(void) function
3283 nextc(void) function
3297 #define nextc macro
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcslex.c190 int nextc; /*next input character, initialized by Lexinit */ variable
276 * initializes nextc, nexttok if finptr != 0
291 Iget_(finptr, nextc)
310 * Assumption: nextc contains the next character.
322 c = nextc;
385 /* read the string, and reset nextc afterwards*/
393 nextc = c;
402 * nextc becomes undefined at end of file.
410 c = nextc;
418 nextc
[all...]
H A Drcsedit.c646 nextc = c;
705 nextc = c;
744 * the edit script. Resets nextc on exit.
827 nextc = c;
897 nextc=c;
960 nextc = c;
1837 aprintf(frewrite, "\n\n%s%c", Kdesc, nextc);
H A Drcssyn.c574 nextc = c;
H A Drcsgen.c375 aprintf(frew, "\n\n%s%c", Kdesc, nextc);
H A Drcsbase.h548 extern int nextc;
H A Drcs.c932 afputc(nextc, foutptr);
H A Drlog.c693 nextc = c;

Completed in 87 milliseconds