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

/freebsd-10-stable/bin/sh/
H A Doutput.h42 char *nextc; member in struct:output
78 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
H A Dinput.c86 const char *nextc; /* next char in buffer */ member in struct:parsefile
96 const char *parsenextc; /* copy of parsefile->nextc */
99 .nextc = basebuf,
465 parsefile->nextc = parsenextc;
492 parsenextc = parsefile->nextc;
H A Deval.c1089 memout.nextc = memout.buf;
1142 backcmd->nleft = memout.nextc - memout.buf;
/freebsd-10-stable/contrib/openbsm/compat/
H A Dvis.h81 vis(dst, c, flag, nextc)
83 int c, nextc; variable
155 if (isoctal(nextc)) {
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dvis.c153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) argument
160 dst = do_svis(dst, c, flag, nextc, extra);
170 * nextc: The character following 'c'
175 do_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
212 if (isoctal(nextc)) {
253 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
265 dst = do_hvis(dst, c, flag, nextc, nextra);
267 dst = do_svis(dst, c, flag, nextc, nextra);
358 rk_vis(char *dst, int c, int flag, int nextc) argument
371 dst = do_hvis(dst, uc, flag, nextc, extr
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dvis.c68 vis(char *dst, int c, int flag, int nextc) argument
116 if (isoctal(nextc)) {
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c186 int nextc; /*next input character, initialized by Lexinit */ variable
272 * initializes nextc, nexttok if finptr != 0
287 Iget_(finptr, nextc)
306 * Assumption: nextc contains the next character.
318 c = nextc;
381 /* read the string, and reset nextc afterwards*/
389 nextc = c;
398 * nextc becomes undefined at end of file.
406 c = nextc;
414 nextc
[all...]
H A Drcsedit.c642 nextc = c;
701 nextc = c;
740 * the edit script. Resets nextc on exit.
823 nextc = c;
893 nextc=c;
956 nextc = c;
1843 aprintf(frewrite, "\n\n%s%c", Kdesc, nextc);
H A Drcssyn.c570 nextc = c;
H A Drcsgen.c371 aprintf(frew, "\n\n%s%c", Kdesc, nextc);
H A Drcsbase.h550 extern int nextc;
/freebsd-10-stable/contrib/byacc/
H A Dreader.c253 nextc(void) function
397 c = nextc();
1235 c = nextc();
1250 c = nextc();
1285 c = nextc();
1291 c = nextc();
1324 c = nextc();
1334 c = nextc();
1355 * Stay away from nextc - doesn't
1402 c = nextc();
[all...]
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
172 dst = do_svis(dst, c, flags, nextc, extra);
187 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
191 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
200 dst = do_svis(dst, c, flags, nextc, extra);
208 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) argument
238 if (iswoctal(nextc)) {
300 * nextc: The character following 'c'
305 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, cons argument
618 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) argument
633 snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra) argument
685 vis(char *mbdst, int c, int flags, int nextc) argument
700 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) argument
[all...]
/freebsd-10-stable/usr.sbin/rtadvd/
H A Dadvcap.c410 nextc:
417 goto nextc;
/freebsd-10-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c928 afputc(nextc, foutptr);
/freebsd-10-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c704 nextc = c;

Completed in 203 milliseconds