Lines Matching refs:cbits
286 if ((j = cbits(i)) == XPAR) { in main()
289 while (cbits(i) != '\n') in main()
299 while ((j = cbits(i = getch())) == ' ' || j == '\t') in main()
746 if (cbits(i) == '\n') in getch()
767 k = cbits(i); in getch()
777 if (cbits(i) == '\n') { in getch()
816 k = cbits(j = getch0()); in getch()
842 while (cbits(i = getch0()) != '\n') in getch()
991 delim = cbits(c); in setxon()
994 while ((k = cbits(c = getch())) != delim && k != '\n' && i < xbuf+NC-1) { in setxon()
1109 if (cbits(i) == IMP && !raw) in getch0()
1132 if (cbits(i) == eschar && !raw) in getch0()
1277 j = cbits(i = getch());
1326 if (((j = cbits(i = getch())) <= ' ') || (j > 0176))
1329 if (((j = cbits(i = getch())) <= ' ') || (j > 0176))
1331 if (((j = cbits(i = getch())) <= ' ') || (j == 0177))
1503 if (i < 0 || cbits(j = getch0()) == RPT)