Lines Matching refs:getch
69 switch (i = cbits(getch())) { in casead()
152 if (skip() || ismot(i = getch()) || cbits(i) == ' ' || cbits(i) == '\n') {
509 if ((tmbuf[i++] = getch()) == '\n')
695 if ((cbits(i = getch())) == '!') {
707 i = getch();
738 while ((cbits(i = getch())) == ' ')
808 while ((j = cbits(i = getch()))!=delim && j!='\n' && sp<&string[1280-1])
828 while ((j = cbits(i = getch())) != delim && j != '\n') {
1025 while ((i = cbits(k=getch())) != '\n') { in casetr()
1028 if (ismot(k = getch())) in casetr()
1123 ic = getch(); in casemc()