Lines Matching refs:parsenextc
104 char *parsenextc; /* copy of parsefile->nextc */ variable
187 parsenextc = buf; in preadfd()
296 return (*parsenextc++); in preadbuffer()
311 q = p = parsenextc; in preadbuffer()
326 parsenleft = q - parsenextc; in preadbuffer()
338 parsenleft = q - parsenextc - 1; in preadbuffer()
354 parsenextc); in preadbuffer()
360 out2str(parsenextc); in preadbuffer()
366 return *parsenextc++; in preadbuffer()
378 parsenextc--; in pungetc()
398 sp->prevstring = parsenextc; in pushstring()
404 parsenextc = s; in pushstring()
415 parsenextc = sp->prevstring; in popstring()
486 parsenextc = string; in setinputstring()
507 parsefile->nextc = parsenextc; in pushfile()
534 parsenextc = parsefile->nextc; in popfile()