Lines Matching refs:bufpos
187 int bufpos; in phase2_get() local
254 bufpos = 0; in phase2_get()
269 if (bufpos >= bufmax) in phase2_get()
274 buffer[bufpos++] = c; in phase2_get()
276 if (bufpos >= bufmax) in phase2_get()
281 buffer[bufpos] = 0; in phase2_get()
350 bufpos = 0; in phase2_get()
353 if (bufpos >= bufmax) in phase2_get()
358 buffer[bufpos++] = c; in phase2_get()
376 if (bufpos >= bufmax) in phase2_get()
381 buffer[bufpos++] = c; in phase2_get()
407 if (bufpos >= bufmax) in phase2_get()
412 buffer[bufpos] = '\0'; in phase2_get()