Symbol: nextc
bin/sh/error.c
136
if (output.buf != NULL && output.nextc != output.buf &&
bin/sh/error.c
137
output.nextc[-1] == '\n')
bin/sh/eval.c
1428
memout.nextc = memout.buf;
bin/sh/eval.c
1517
backcmd->nleft = memout.nextc - memout.buf;
bin/sh/input.c
120
basepf.nextc = basepf.buf = basebuf;
bin/sh/input.c
617
parsefile->nextc = parsenextc;
bin/sh/input.c
645
parsenextc = parsefile->nextc;
bin/sh/input.c
94
const char *nextc; /* next char in buffer */
bin/sh/jobs.c
2103
char *nextc;
bin/sh/jobs.c
2111
nextc = cmdnextc;
bin/sh/jobs.c
2194
*nextc++ = c;
bin/sh/jobs.c
2199
*nextc++ = '"';
bin/sh/jobs.c
2203
cmdnextc = nextc;
bin/sh/output.c
123
file->nextc = block;
bin/sh/output.c
269
dest->nextc = out_junk;
bin/sh/output.c
275
dest->nextc = dest->buf;
bin/sh/output.c
286
dest->nextc = dest->buf + offset;
bin/sh/output.c
307
if (dest->buf == NULL || dest->nextc == dest->buf || dest->fd < 0)
bin/sh/output.c
310
(size_t)(dest->nextc - dest->buf)));
bin/sh/output.c
311
if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
bin/sh/output.c
313
dest->nextc = dest->buf;
bin/sh/output.c
372
strout.nextc = outbuf;
bin/sh/output.c
713
o->nextc = NULL;
bin/sh/output.h
103
#define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
bin/sh/output.h
42
char *nextc;
lib/libc/gen/vis.c
166
do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
lib/libc/gen/vis.c
174
dst = do_svis(dst, c, flags, nextc, extra);
lib/libc/gen/vis.c
189
do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
lib/libc/gen/vis.c
193
((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
lib/libc/gen/vis.c
202
dst = do_svis(dst, c, flags, nextc, extra);
lib/libc/gen/vis.c
210
do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra)
lib/libc/gen/vis.c
240
if (iswoctal(nextc)) {
lib/libc/gen/vis.c
307
do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
lib/libc/gen/vis.c
328
flags, nextc, iswextra);
lib/libc/gen/vis.c
702
svis(char *mbdst, int c, int flags, int nextc, const char *mbextra)
lib/libc/gen/vis.c
708
cc[1] = nextc;
lib/libc/gen/vis.c
717
snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra)
lib/libc/gen/vis.c
723
cc[1] = nextc;
lib/libc/gen/vis.c
769
vis(char *mbdst, int c, int flags, int nextc)
lib/libc/gen/vis.c
775
cc[1] = nextc;
lib/libc/gen/vis.c
784
nvis(char *mbdst, size_t dlen, int c, int flags, int nextc)
lib/libc/gen/vis.c
790
cc[1] = nextc;
sys/kern/tty.c
2477
cp = nextc(&tp->t_rawq, cp, &tabc))
sys/kern/tty.c
2544
for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
sys/kern/tty.c
2546
for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))
sys/sys/tty.h
271
u_char *nextc(struct clist *, u_char *, int *);
usr.sbin/ldpd/ldp_command.c
223
char *nextc = recvspace;
usr.sbin/ldpd/ldp_command.c
260
strsep(&nextc, " ");
usr.sbin/ldpd/ldp_command.c
262
command_match(main_commands, cs->socket, recvspace, nextc);
usr.sbin/ldpd/ldp_command.c
363
char *nextc = recvspace;
usr.sbin/ldpd/ldp_command.c
370
strsep(&nextc, " ");
usr.sbin/ldpd/ldp_command.c
372
command_match(set_commands, s, recvspace, nextc);
usr.sbin/ldpd/ldp_command.c
379
char *nextc = recvspace;
usr.sbin/ldpd/ldp_command.c
386
strsep(&nextc, " ");
usr.sbin/ldpd/ldp_command.c
388
command_match(show_commands, s, recvspace, nextc);
usr.sbin/rtadvd/advcap.c
422
nextc:
usr.sbin/rtadvd/advcap.c
429
goto nextc;