ofd               973 src/punutil/cardutil.c process_stream (int ifd, int ofd)
ofd               976 src/punutil/cardutil.c   init_writer (& writer_state, ofd);
ofd              1762 src/punutil/cardutil.c       int ofd = STDOUT_FILENO;
ofd              1766 src/punutil/cardutil.c       if (0 != process_stream (ifd, ofd))
ofd              1774 src/punutil/cardutil.c       (void)close (ofd);
ofd               144 src/simh/linehistory.c   int    ofd;            /* Terminal stdout file descriptor.                 */
ofd               319 src/simh/linehistory.c getCursorPosition(int ifd, int ofd)
ofd               326 src/simh/linehistory.c   if (write(ofd, "\x1b[6n", 4) != 4)
ofd               364 src/simh/linehistory.c getColumns(int ifd, int ofd)
ofd               374 src/simh/linehistory.c     start = getCursorPosition(ifd, ofd);
ofd               381 src/simh/linehistory.c     if (write(ofd, "\x1b[999C", 6) != 6)
ofd               386 src/simh/linehistory.c     cols = getCursorPosition(ifd, ofd);
ofd               397 src/simh/linehistory.c       if (write(ofd, seq, strlen(seq)) == -1) { /* Can't recover... */ }
ofd               720 src/simh/linehistory.c   int    fd   = l->ofd;
ofd               793 src/simh/linehistory.c   int fd = l->ofd, j;
ofd               938 src/simh/linehistory.c         if (write(l->ofd, &d, 1) == -1)
ofd              1304 src/simh/linehistory.c   l.ofd           = stdout_fd;
ofd              1326 src/simh/linehistory.c   if (write(l.ofd, prompt, strlen(prompt)) == -1)