Symbol: nextc
bin/sh/eval.c
1071
memout.nextc = memout.buf;
bin/sh/eval.c
1122
memout.nextc - memout.buf : 0;
bin/sh/eval.c
1124
memout.nextc = NULL;
bin/sh/input.c
439
parsefile->nextc = parsenextc;
bin/sh/input.c
466
parsenextc = parsefile->nextc;
bin/sh/input.c
82
const char *nextc; /* next char in buffer */
bin/sh/input.c
95
.nextc = basebuf,
bin/sh/output.c
210
dest->nextc = dest->buf;
bin/sh/output.c
214
offset = dest->nextc - dest->buf;
bin/sh/output.c
220
dest->nextc = dest->buf + offset;
bin/sh/output.c
240
if (dest->buf == NULL || dest->nextc == dest->buf || dest->fd < 0)
bin/sh/output.c
242
if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
bin/sh/output.c
244
dest->nextc = dest->buf;
bin/sh/output.c
251
output.nextc = output.buf;
bin/sh/output.h
42
char *nextc;
bin/sh/output.h
79
#define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
crypto/heimdal/lib/roken/vis.c
153
do_hvis(char *dst, int c, int flag, int nextc, const char *extra)
crypto/heimdal/lib/roken/vis.c
160
dst = do_svis(dst, c, flag, nextc, extra);
crypto/heimdal/lib/roken/vis.c
175
do_svis(char *dst, int c, int flag, int nextc, const char *extra)
crypto/heimdal/lib/roken/vis.c
212
if (isoctal(nextc)) {
crypto/heimdal/lib/roken/vis.c
253
rk_svis(char *dst, int c, int flag, int nextc, const char *extra)
crypto/heimdal/lib/roken/vis.c
265
dst = do_hvis(dst, c, flag, nextc, nextra);
crypto/heimdal/lib/roken/vis.c
267
dst = do_svis(dst, c, flag, nextc, nextra);
crypto/heimdal/lib/roken/vis.c
358
rk_vis(char *dst, int c, int flag, int nextc)
crypto/heimdal/lib/roken/vis.c
371
dst = do_hvis(dst, uc, flag, nextc, extra);
crypto/heimdal/lib/roken/vis.c
373
dst = do_svis(dst, uc, flag, nextc, extra);
crypto/openssh/openbsd-compat/vis.c
110
if (isoctal(nextc)) {
crypto/openssh/openbsd-compat/vis.c
62
vis(char *dst, int c, int flag, int nextc)
sys/crypto/aesni/aesni_wrap.c
226
ctr2 = nextc(ctr1);
sys/crypto/aesni/aesni_wrap.c
228
ctr3 = nextc(ctr2);
sys/crypto/aesni/aesni_wrap.c
230
ctr4 = nextc(ctr3);
sys/crypto/aesni/aesni_wrap.c
232
ctr5 = nextc(ctr4);
sys/crypto/aesni/aesni_wrap.c
234
ctr6 = nextc(ctr5);
sys/crypto/aesni/aesni_wrap.c
236
ctr7 = nextc(ctr6);
sys/crypto/aesni/aesni_wrap.c
238
ctr8 = nextc(ctr7);
sys/crypto/aesni/aesni_wrap.c
240
ctr1 = nextc(ctr8);
sys/crypto/aesni/aesni_wrap.c
263
ctr1 = nextc(ctr1);
usr.sbin/rtadvd/advcap.c
411
nextc:
usr.sbin/rtadvd/advcap.c
418
goto nextc;