Home
last modified time | relevance | path

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

/trueos/contrib/libc-vis/
HDvis.c137 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis() argument
145 dst = do_svis(dst, c, flags, nextc, extra); in do_hvis()
160 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_mvis() argument
164 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) || in do_mvis()
173 dst = do_svis(dst, c, flags, nextc, extra); in do_mvis()
181 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument
211 if (iswoctal(nextc)) { in do_mbyte()
263 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_svis() argument
284 flags, nextc, iswextra); in do_svis()
549 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) in svis() argument
[all …]
/trueos/crypto/heimdal/lib/roken/
HDvis.c153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) in do_hvis() argument
160 dst = do_svis(dst, c, flag, nextc, extra); in do_hvis()
175 do_svis(char *dst, int c, int flag, int nextc, const char *extra) in do_svis() argument
212 if (isoctal(nextc)) { in do_svis()
253 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) in rk_svis() argument
265 dst = do_hvis(dst, c, flag, nextc, nextra); in rk_svis()
267 dst = do_svis(dst, c, flag, nextc, nextra); in rk_svis()
358 rk_vis(char *dst, int c, int flag, int nextc) in rk_vis() argument
371 dst = do_hvis(dst, uc, flag, nextc, extra); in rk_vis()
373 dst = do_svis(dst, uc, flag, nextc, extra); in rk_vis()
/trueos/bin/sh/
HDoutput.h42 char *nextc; member
78 …c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (…
HDoutput.c171 dest->nextc = dest->buf; in emptyoutbuf()
180 dest->nextc = dest->buf + offset; in emptyoutbuf()
201 if (dest->buf == NULL || dest->nextc == dest->buf || dest->fd < 0) in flushout()
203 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0) in flushout()
205 dest->nextc = dest->buf; in flushout()
HDinput.c86 const char *nextc; /* next char in buffer */ member
99 .nextc = basebuf,
465 parsefile->nextc = parsenextc; in pushfile()
492 parsenextc = parsefile->nextc; in popfile()
HDeval.c1091 memout.nextc = memout.buf; in evalcommand()
1144 backcmd->nleft = memout.nextc - memout.buf; in evalcommand()
/trueos/contrib/openbsm/compat/
HDvis.h81 vis(dst, c, flag, nextc) in vis() argument
83 int c, nextc;
155 if (isoctal(nextc)) {
/trueos/gnu/usr.bin/rcs/lib/
HDrcslex.c186 int nextc; /*next input character, initialized by Lexinit */ variable
287 Iget_(finptr, nextc) in Lexinit()
318 c = nextc; in nextlex()
389 nextc = c; in nextlex()
406 c = nextc; in eoflex()
414 nextc = c; in eoflex()
561 c = nextc;
639 nextc = c;
653 nextc = c;
690 nextc = c; in readstring()
[all …]
HDrcsedit.c642 nextc = c; in copystring()
701 nextc = c; in enterstring()
823 nextc = c;
893 nextc=c;
956 nextc = c;
1843 aprintf(frewrite, "\n\n%s%c", Kdesc, nextc);
HDrcssyn.c570 nextc = c;
HDrcsgen.c371 aprintf(frew, "\n\n%s%c", Kdesc, nextc);
HDrcsbase.h550 extern int nextc;
/trueos/contrib/byacc/
HDreader.c253 nextc(void) in nextc() function
397 c = nextc(); in copy_ident()
1235 c = nextc(); in get_tag()
1250 c = nextc(); in get_tag()
1285 c = nextc(); in declare_tokens()
1291 c = nextc(); in declare_tokens()
1324 c = nextc(); in declare_tokens()
1334 c = nextc(); in declare_tokens()
1402 c = nextc(); in declare_argtypes()
1408 c = nextc(); in declare_argtypes()
[all …]
/trueos/crypto/openssh/openbsd-compat/
HDvis.c57 vis(char *dst, int c, int flag, int nextc) in vis() argument
104 if (isoctal(nextc)) { in vis()
/trueos/usr.sbin/rtadvd/
HDadvcap.c410 nextc: in tdecode()
417 goto nextc; in tdecode()
/trueos/gnu/usr.bin/rcs/rlog/
HDrlog.c704 nextc = c;
/trueos/gnu/usr.bin/rcs/rcs/
HDrcs.c928 afputc(nextc, foutptr);