Searched refs:pbbuf (Results 1 – 4 of 4) sorted by relevance
77 tchar pbbuf[NC]; /* pushback buffer for arguments, \n, etc. */ variable78 tchar *pbp = pbbuf; /* next free slot in pbbuf */79 tchar *lastpbp = pbbuf; /* pbp in previous stack frame */
1146 while (b > ob && pbp < &pbbuf[NC-3])1148 if (pbp >= &pbbuf[NC-3]) {1165 while (b > ob && pbp < &pbbuf[NC-3])1167 if (pbp >= &pbbuf[NC-3]) {1506 while (i>0 && pbp < &pbbuf[NC-3]) {
177 extern tchar pbbuf[NC];
502 while (nchar-->0 && pbp < &pbbuf[NC-3]) {535 while (nchar-- > 0 && pbp < &pbbuf[NC-3])