Lines Matching refs:getch
79 if (!ismot(i = getch()))
93 if (ismot(c = getch()))
105 if ((cbits(c = getch())) == delim) {
148 while ((i = cbits(getch())) != c && (i != '\n'))
161 if (ismot(i = getch()))
164 for (k = 0; (k < NOV) && ((j = cbits(i = getch())) != delim) &&
211 if (ismot(i = getch()))
222 while (((k = cbits(i = getch())) != delim) && (k != '\n') &&
257 if (ismot(c = getch()))
269 if ((cbits(c = getch())) == delim) {
272 getch();
335 if (ismot(c = getch()))
338 type = cbits(getch());
340 c = getch();
353 if (cbits((c = getch())) == delim) { /* spacer */
398 if (skip() || ismot(j = getch()) || (i = cbits(j)) == '\n')
452 j = cbits(ii = getch());
516 while (((j = cbits(ii = getch())) != savtc) &&