gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getSIO from tkernel_2/monitor/cmdsvc/src/console.c (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
71: 
72:         if (XOFF_IN || (ch = getSIO(0)) == XOFF) {
73:                 while ((ch = getSIO(1)) != XON && ch != CTLC);
74:                 XOFF_IN = 0;
164: for (;;) { 165: if ((c = getSIO(0)) == XOFF) XOFF_IN = 1; 166: else if (c != -1 || !wait) break;
188: while (ep < L_LINE - 2) { 189: if ((c = getSIO(0)) <= 0) continue; 190: len = 1;