Lines Matching defs:getch
283 i = getch();
290 pchar(i = getch());
299 while ((j = cbits(i = getch())) == ' ' || j == '\t')
733 getch()
743 fdprintf(stderr, "getch: ch is %x (%c)\n",
755 fdprintf(stderr,"getch: nlflg is %x\n", nlflg);
762 fdprintf(stderr, "getch: getch0 returns %x (%c)\n",
989 if (ismot(c = getch()))
994 while ((k = cbits(c = getch())) != delim && k != '\n' && i < xbuf+NC-1) {
1262 getch();
1277 j = cbits(i = getch());
1326 if (((j = cbits(i = getch())) <= ' ') || (j > 0176))
1329 if (((j = cbits(i = getch())) <= ' ') || (j > 0176))
1331 if (((j = cbits(i = getch())) <= ' ') || (j == 0177))
1437 if ((sybuf[i] = getch()) == '\n')