Home
last modified time | relevance | path

Searched refs:TIOCSTOP (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dttycom.h105 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ macro
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c755 #if defined (TIOCSTOP)
757 ioctl (&fildes, TIOCSTOP, 0);
759 ioctl (fildes, TIOCSTOP, 0);
/dragonfly/usr.bin/window/
H A Dwwtty.c151 if (ioctl(d, TIOCSTOP, (char *)0) < 0) in wwstoptty()
/dragonfly/lib/libc/gen/
H A Dtermios.c251 return (_ioctl(fd, TIOCSTOP, 0)); in tcflow()
/dragonfly/sys/kern/
H A Dtty.c888 case TIOCSTOP: in ttioctl()
1175 case TIOCSTOP: /* stop output, like ^S */ in ttioctl()