Lines Matching refs:parsenextc
90 const char *parsenextc; /* copy of parsefile->nextc */ variable
128 parsenextc = parsefile->buf; in preadfd()
203 return (*parsenextc++); in preadbuffer()
216 p = parsefile->buf + (parsenextc - parsefile->buf); in preadbuffer()
238 parsenleft = q - parsenextc; in preadbuffer()
248 parsenextc[strspn(parsenextc, " \t\n")] != '\0') { in preadbuffer()
252 parsenextc); in preadbuffer()
258 out2str(parsenextc); in preadbuffer()
264 return *parsenextc++; in preadbuffer()
293 parsenextc--; in pungetc()
313 sp->prevstring = parsenextc; in pushstring()
319 parsenextc = s; in pushstring()
331 if (parsenextc != sp->ap->val && in popstring()
332 (parsenextc[-1] == ' ' || parsenextc[-1] == '\t')) in popstring()
336 parsenextc = sp->prevstring; in popstring()
416 parsenextc = string; in setinputstring()
437 parsefile->nextc = parsenextc; in pushfile()
464 parsenextc = parsefile->nextc; in popfile()