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

/freebsd-9.3-release/bin/sh/
H A Doutput.h42 char *nextc; member in struct:output
76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
H A Dinput.c88 char *nextc; /* next char in buffer */ member in struct:parsefile
98 char *parsenextc; /* copy of parsefile->nextc */
118 basepf.nextc = basepf.buf = basebuf;
474 parsefile->nextc = parsenextc;
501 parsenextc = parsefile->nextc;
H A Dmkinit.c87 char *nextc; member in struct:text
409 *text->nextc++ = *s++;
426 text->nextc = bp->text;
429 *text->nextc++ = c;
H A Deval.c1039 memout.nextc = memout.buf;
1086 backcmd->nleft = memout.nextc - memout.buf;
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dvis.h81 vis(dst, c, flag, nextc)
83 int c, nextc; variable
155 if (isoctal(nextc)) {
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/roken/
H A Dvis.c147 * nextc: The character following 'c'
151 #define SVIS(dst, c, flag, nextc, extra) \
191 if (isoctal(nextc)) { \
227 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
232 SVIS(dst, c, flag, nextc, extra);
294 rk_vis(char *dst, int c, int flag, int nextc) argument
301 SVIS(dst, c, flag, nextc, extra);
/freebsd-9.3-release/usr.bin/yacc/
H A Dreader.c108 static int nextc(void);
230 nextc(void) function
363 c = nextc();
874 c = nextc();
883 c = nextc();
924 c = nextc();
929 c = nextc();
960 c = nextc();
969 c = nextc();
989 * Stay away from nextc
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.c57 vis(char *dst, int c, int flag, int nextc) argument
104 if (isoctal(nextc)) {
/freebsd-9.3-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-9.3-release/usr.sbin/rtadvd/
H A Dadvcap.c410 nextc:
417 goto nextc;
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c928 afputc(nextc, foutptr);
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c704 nextc = c;

Completed in 114 milliseconds