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

/freebsd-10.1-release/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.c1091 memout.nextc = memout.buf;
1144 backcmd->nleft = memout.nextc - memout.buf;
/freebsd-10.1-release/contrib/openbsm/compat/
H A Dvis.h81 vis(dst, c, flag, nextc)
83 int c, nextc; variable
155 if (isoctal(nextc)) {
/freebsd-10.1-release/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.1-release/contrib/libc-vis/
H A Dvis.c137 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
145 dst = do_svis(dst, c, flags, nextc, extra);
160 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
164 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
173 dst = do_svis(dst, c, flags, nextc, extra);
181 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) argument
211 if (iswoctal(nextc)) {
258 * nextc: The character following 'c'
263 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, cons argument
542 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) argument
557 snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra) argument
609 vis(char *mbdst, int c, int flags, int nextc) argument
624 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) argument
[all...]
/freebsd-10.1-release/contrib/byacc/
H A Dreader.c208 nextc(void) function
380 c = nextc();
659 c = nextc();
666 c = nextc();
1041 c = nextc();
1056 c = nextc();
1091 c = nextc();
1097 c = nextc();
1130 c = nextc();
1140 c = nextc();
[all...]
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dvis.c57 vis(char *dst, int c, int flag, int nextc) argument
104 if (isoctal(nextc)) {
/freebsd-10.1-release/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.1-release/usr.sbin/rtadvd/
H A Dadvcap.c410 nextc:
417 goto nextc;
/freebsd-10.1-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c928 afputc(nextc, foutptr);
/freebsd-10.1-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c704 nextc = c;

Completed in 191 milliseconds