Lines Matching refs:getch
71 switch (i = cbits(getch())) {
154 if (skip() || ismot(i = getch()) || cbits(i) == ' ' || cbits(i) == '\n') {
511 if ((tmbuf[i++] = getch()) == '\n')
697 if ((cbits(i = getch())) == '!') {
709 i = getch();
740 while ((cbits(i = getch())) == ' ')
810 while ((j = cbits(i = getch()))!=delim && j!='\n' && sp<&string[1280-1])
830 while ((j = cbits(i = getch())) != delim && j != '\n') {
1027 while ((i = cbits(k=getch())) != '\n') {
1030 if (ismot(k = getch()))
1125 ic = getch();