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