Lines Matching refs:cbits
71 switch (i = cbits(getch())) { in casead()
154 if (skip() || ismot(i = getch()) || cbits(i) == ' ' || cbits(i) == '\n') {
697 if ((cbits(i = getch())) == '!') {
710 switch (cbits(i)) {
740 while ((cbits(i = getch())) == ' ')
742 if (cbits(i) == LEFT)
765 i = cbits(ch);
768 i = cbits(getch0());
802 delim = cbits(c);
810 while ((j = cbits(i = getch()))!=delim && j!='\n' && sp<&string[1280-1])
830 while ((j = cbits(i = getch())) != delim && j != '\n') {
980 switch (cbits(ch)) { in caseta()
1027 while ((i = cbits(k=getch())) != '\n') { in casetr()
1032 if ((j = cbits(k)) == '\n') in casetr()