Lines Matching refs:getch
77 if (!ismot(i = getch())) in setz()
91 if (ismot(c = getch())) in setline()
103 if ((cbits(c = getch())) == delim) { in setline()
145 while ((i = cbits(getch())) != c && (i != '\n')) in eat()
158 if (ismot(i = getch())) in setov()
161 for (k = 0; (k < NOV) && ((j = cbits(i = getch())) != delim) && in setov()
208 if (ismot(i = getch())) in setbra()
219 while (((k = cbits(i = getch())) != delim) && (k != '\n') && in setbra()
254 if (ismot(c = getch())) in setvline()
266 if ((cbits(c = getch())) == delim) { in setvline()
269 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()
451 j = cbits(ii = getch()); in setfield()
515 while (((j = cbits(ii = getch())) != savtc) && in setfield()