ofd               135 src/simh/linehistory.c   int    ofd;            /* Terminal stdout file descriptor.                 */
ofd               299 src/simh/linehistory.c getCursorPosition(int ifd, int ofd)
ofd               306 src/simh/linehistory.c   if (write(ofd, "\x1b[6n", 4) != 4)
ofd               344 src/simh/linehistory.c getColumns(int ifd, int ofd)
ofd               354 src/simh/linehistory.c     start = getCursorPosition(ifd, ofd);
ofd               361 src/simh/linehistory.c     if (write(ofd, "\x1b[999C", 6) != 6)
ofd               366 src/simh/linehistory.c     cols = getCursorPosition(ifd, ofd);
ofd               377 src/simh/linehistory.c       if (write(ofd, seq, strlen(seq)) == -1)
ofd               701 src/simh/linehistory.c   int    fd   = l->ofd;
ofd               774 src/simh/linehistory.c   int fd = l->ofd, j;
ofd               919 src/simh/linehistory.c         if (write(l->ofd, &d, 1) == -1)
ofd              1289 src/simh/linehistory.c   l.ofd           = stdout_fd;
ofd              1311 src/simh/linehistory.c   if (write(l.ofd, prompt, strlen(prompt)) == -1)