ofd 133 src/simh/linehistory.c int ofd; /* Terminal stdout file descriptor. */ ofd 308 src/simh/linehistory.c getCursorPosition(int ifd, int ofd) ofd 315 src/simh/linehistory.c if (write(ofd, "\x1b[6n", 4) != 4) ofd 353 src/simh/linehistory.c getColumns(int ifd, int ofd) ofd 363 src/simh/linehistory.c start = getCursorPosition(ifd, ofd); ofd 370 src/simh/linehistory.c if (write(ofd, "\x1b[999C", 6) != 6) ofd 375 src/simh/linehistory.c cols = getCursorPosition(ifd, ofd); ofd 386 src/simh/linehistory.c if (write(ofd, seq, strlen(seq)) == -1) { /* Can't recover... */ } ofd 709 src/simh/linehistory.c int fd = l->ofd; ofd 782 src/simh/linehistory.c int fd = l->ofd, j; ofd 927 src/simh/linehistory.c if (write(l->ofd, &d, 1) == -1) ofd 1293 src/simh/linehistory.c l.ofd = stdout_fd; ofd 1315 src/simh/linehistory.c if (write(l.ofd, prompt, strlen(prompt)) == -1)