Searched refs:TIOCSTART (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/sys/ |
| HD | ttycom.h | 106 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ macro
|
| /dragonfly/contrib/gdb-7/readline/ |
| HD | rltty.c | 716 #if defined (TIOCSTART) 718 ioctl (&fildes, TIOCSTART, 0); 720 ioctl (fildes, TIOCSTART, 0);
|
| /dragonfly/usr.bin/window/ |
| HD | wwtty.c | 167 if (ioctl(d, TIOCSTART, (char *)0) < 0) in wwstarttty()
|
| /dragonfly/lib/libc/gen/ |
| HD | termios.c | 253 return (_ioctl(fd, TIOCSTART, 0)); in tcflow()
|
| /dragonfly/sys/kern/ |
| HD | tty.c | 885 case TIOCSTART: in ttioctl() 1150 case TIOCSTART: /* start output, like ^Q */ in ttioctl()
|