Home
last modified time | relevance | path

Searched refs:tcflush (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h69 #ifndef tcflush
70 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
152 #ifndef tcflush
153 #define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue) macro
/dragonfly/include/
H A Dtermios.h73 int tcflush(int, int);
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c161 tcflush(termp->Filedes, TCIFLUSH); in NCURSES_SP_NAME()
/dragonfly/libexec/getty/
H A Dmain.c283 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main()
475 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
H A Dsubr.c641 (void)tcflush(0, TCIOFLUSH); in autobaud()
651 (void)tcflush(0, TCIOFLUSH); in autobaud()
/dragonfly/lib/libc/gen/
H A Dtermios.c222 tcflush(int fd, int which) in tcflush() function
H A DSymbol.map167 tcflush;
H A DMakefile.inc278 tcsendbreak.3 tcflush.3
/dragonfly/contrib/gdb-7/gdb/
H A Dser-unix.c340 return tcflush (scb->fd, TCOFLUSH); in hardwire_flush_output()
359 return tcflush (scb->fd, TCIFLUSH); in hardwire_flush_input()
/dragonfly/games/hunt/hunt/
H A Dplayit.c130 tcflush(STDIN_FILENO, TCIFLUSH); in playit()
/dragonfly/games/boggle/boggle/
H A Dmach.c301 tcflush(fileno(fp), TCIFLUSH); in flushin()
/dragonfly/games/snake/snake/
H A Dsnake.c571 tcflush(0, TCIFLUSH); in flushi()
/dragonfly/usr.sbin/ppp/
H A Dtty.c508 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()