ofd               130 src/simh/linehistory.c   int    ofd;            /* Terminal stdout file descriptor.                 */
ofd               294 src/simh/linehistory.c getCursorPosition(int ifd, int ofd)
ofd               301 src/simh/linehistory.c   if (write(ofd, "\x1b[6n", 4) != 4)
ofd               339 src/simh/linehistory.c getColumns(int ifd, int ofd)
ofd               349 src/simh/linehistory.c     start = getCursorPosition(ifd, ofd);
ofd               356 src/simh/linehistory.c     if (write(ofd, "\x1b[999C", 6) != 6)
ofd               361 src/simh/linehistory.c     cols = getCursorPosition(ifd, ofd);
ofd               372 src/simh/linehistory.c       if (write(ofd, seq, strlen(seq)) == -1)
ofd               696 src/simh/linehistory.c   int    fd   = l->ofd;
ofd               769 src/simh/linehistory.c   int fd = l->ofd, j;
ofd               914 src/simh/linehistory.c         if (write(l->ofd, &d, 1) == -1)
ofd              1284 src/simh/linehistory.c   l.ofd           = stdout_fd;
ofd              1306 src/simh/linehistory.c   if (write(l.ofd, prompt, strlen(prompt)) == -1)