Lines Matching refs:cbits
69 switch (i = cbits(getch())) { in casead()
152 if (skip() || ismot(i = getch()) || cbits(i) == ' ' || cbits(i) == '\n') {
695 if ((cbits(i = getch())) == '!') {
708 switch (cbits(i)) {
738 while ((cbits(i = getch())) == ' ')
740 if (cbits(i) == LEFT)
763 i = cbits(ch);
766 i = cbits(getch0());
800 delim = cbits(c);
808 while ((j = cbits(i = getch()))!=delim && j!='\n' && sp<&string[1280-1])
828 while ((j = cbits(i = getch())) != delim && j != '\n') {
978 switch (cbits(ch)) { in caseta()
1025 while ((i = cbits(k=getch())) != '\n') { in casetr()
1030 if ((j = cbits(k)) == '\n') in casetr()