ofd               126 src/simh/linehistory.c   int    ofd;            /* Terminal stdout file descriptor.                 */
ofd               301 src/simh/linehistory.c getCursorPosition(int ifd, int ofd)
ofd               308 src/simh/linehistory.c   if (write(ofd, "\x1b[6n", 4) != 4)
ofd               346 src/simh/linehistory.c getColumns(int ifd, int ofd)
ofd               356 src/simh/linehistory.c     start = getCursorPosition(ifd, ofd);
ofd               363 src/simh/linehistory.c     if (write(ofd, "\x1b[999C", 6) != 6)
ofd               368 src/simh/linehistory.c     cols = getCursorPosition(ifd, ofd);
ofd               379 src/simh/linehistory.c       if (write(ofd, seq, strlen(seq)) == -1) { /* Can't recover... */ }
ofd               702 src/simh/linehistory.c   int    fd   = l->ofd;
ofd               775 src/simh/linehistory.c   int fd = l->ofd, j;
ofd               920 src/simh/linehistory.c         if (write(l->ofd, &d, 1) == -1)
ofd              1286 src/simh/linehistory.c   l.ofd           = stdout_fd;
ofd              1308 src/simh/linehistory.c   if (write(l.ofd, prompt, strlen(prompt)) == -1)