Search | Google it | Results 1 - 1 of 1 for funcall:cons_getch (0.00 seconds) |
354: /* Input one character */ 355: if ((c = cons_getch(p)) < 0) break; 356: len = 1; 521: while (alen < len) { 522: if ((c = cons_getch(p)) < 0) break; 523: if (c == CR && p->input != RAW) c = LF;