Lines Matching refs:bufpos
782 int bufpos; in phase4_get() local
845 bufpos = 0; in phase4_get()
848 if (bufpos >= bufmax) in phase4_get()
853 buffer[bufpos++] = c; in phase4_get()
900 if (bufpos >= bufmax) in phase4_get()
905 buffer[bufpos] = 0; in phase4_get()
912 bufpos = 0; in phase4_get()
927 if (bufpos >= bufmax) in phase4_get()
932 buffer[bufpos++] = c; in phase4_get()
934 if (bufpos >= bufmax) in phase4_get()
939 buffer[bufpos] = 0; in phase4_get()
948 bufpos = 0; in phase4_get()
1065 if (bufpos >= bufmax) in phase4_get()
1070 buffer[bufpos++] = c; in phase4_get()
1072 if (bufpos >= bufmax) in phase4_get()
1077 buffer[bufpos] = 0; in phase4_get()
1171 bufpos = 0; in phase4_get()
1174 if (bufpos >= bufmax) in phase4_get()
1179 buffer[bufpos++] = c; in phase4_get()
1189 bufpos--; in phase4_get()
1202 while (bufidx < bufpos) in phase4_get()
1214 if (bufidx == bufpos) in phase4_get()