Lines Matching refs:nextc
88 basepf.nextc = basepf.buf = basebuf;
114 c = (signed char)*parsefile->nextc++; in pgetc()
145 parsefile->nextc = buf; in preadfd()
239 parsefile->nextc[-1] != ' ' && in preadbuffer()
240 parsefile->nextc[-1] != '\t' in preadbuffer()
261 q = parsefile->nextc; in preadbuffer()
279 parsefile->nleft = q - parsefile->nextc - 1; in preadbuffer()
296 parsefile->nleft = q - parsefile->nextc - 1; in preadbuffer()
314 addtohistory(parsefile->nextc, strlen(parsefile->nextc)); in preadbuffer()
322 out2str(parsefile->nextc); in preadbuffer()
330 return (signed char)*parsefile->nextc++; in preadbuffer()
363 sp->prevstring = parsefile->nextc; in pushstring()
372 parsefile->nextc = s; in pushstring()
385 if (parsefile->nextc[-1] == ' ' || in popstring()
386 parsefile->nextc[-1] == '\t') { in popstring()
397 parsefile->nextc = sp->prevstring; in popstring()
463 parsefile->nextc = string; in setinputstring()