Searched refs:tcflow (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | rlwinsize.h | 54 #if defined (M_UNIX) && !defined (_SCO_DS) && !defined (tcflow) 55 # define tcflow(fd, action) ioctl(fd, TCXONC, action) macro
|
H A D | rltty.c | 500 tcflow (tty, TCOON); 503 tcflow (tty, TCOON); /* Simulate a ^Q. */ 729 tcflow (fildes, TCOON); 732 tcflow (fildes, TCOON); /* Simulate a ^Q. */ 766 tcflow (fildes, TCOOFF);
|
/dflybsd-src/usr.bin/window/ |
H A D | wwtty.c | 149 if (tcflow(d, TCOOFF) < 0) in wwstoptty() 165 if (tcflow(d, TCOON) < 0) in wwstarttty()
|
/dflybsd-src/include/ |
H A D | termios.h | 72 int tcflow(int, int);
|
/dflybsd-src/lib/libc/gen/ |
H A D | termios.c | 244 tcflow(int fd, int action) in tcflow() function
|
H A D | Symbol.map | 166 tcflow;
|
H A D | Makefile.inc | 277 tcsendbreak.3 tcflow.3 \
|