nextc
if (output.buf != NULL && output.nextc != output.buf &&
output.nextc[-1] == '\n')
memout.nextc = memout.buf;
backcmd->nleft = memout.nextc - memout.buf;
basepf.nextc = basepf.buf = basebuf;
parsefile->nextc = parsenextc;
parsenextc = parsefile->nextc;
const char *nextc; /* next char in buffer */
char *nextc;
nextc = cmdnextc;
*nextc++ = c;
*nextc++ = '"';
cmdnextc = nextc;
file->nextc = block;
dest->nextc = out_junk;
dest->nextc = dest->buf;
dest->nextc = dest->buf + offset;
if (dest->buf == NULL || dest->nextc == dest->buf || dest->fd < 0)
(size_t)(dest->nextc - dest->buf)));
if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
dest->nextc = dest->buf;
strout.nextc = outbuf;
o->nextc = NULL;
#define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
char *nextc;
do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
dst = do_svis(dst, c, flags, nextc, extra);
do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) ||
dst = do_svis(dst, c, flags, nextc, extra);
do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra)
if (iswoctal(nextc)) {
do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
flags, nextc, iswextra);
svis(char *mbdst, int c, int flags, int nextc, const char *mbextra)
cc[1] = nextc;
snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra)
cc[1] = nextc;
vis(char *mbdst, int c, int flags, int nextc)
cc[1] = nextc;
nvis(char *mbdst, size_t dlen, int c, int flags, int nextc)
cc[1] = nextc;
cp = nextc(&tp->t_rawq, cp, &tabc))
for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))
u_char *nextc(struct clist *, u_char *, int *);
char *nextc = recvspace;
strsep(&nextc, " ");
command_match(main_commands, cs->socket, recvspace, nextc);
char *nextc = recvspace;
strsep(&nextc, " ");
command_match(set_commands, s, recvspace, nextc);
char *nextc = recvspace;
strsep(&nextc, " ");
command_match(show_commands, s, recvspace, nextc);
nextc:
goto nextc;