Lines Matching refs:bufpos
426 int bufpos; in phase5_get() local
474 bufpos = 0; in phase5_get()
477 if (bufpos >= bufmax) in phase5_get()
482 buffer[bufpos++] = c; in phase5_get()
501 if (bufpos == 1 && buffer[0] == '_' && c == '(') in phase5_get()
511 if (bufpos >= bufmax) in phase5_get()
516 buffer[bufpos] = '\0'; in phase5_get()
522 bufpos = 0; in phase5_get()
528 if (bufpos >= bufmax) in phase5_get()
533 buffer[bufpos++] = c; in phase5_get()
535 if (bufpos >= bufmax) in phase5_get()
540 buffer[bufpos] = '\0'; in phase5_get()