Searched refs:tcflow (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/readline/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
|
/netbsd-src/external/gpl3/gdb/dist/readline/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 | 488 tcflow (tty, TCOON); in set_tty_settings() 491 tcflow (tty, TCOON); /* Simulate a ^Q. */ in set_tty_settings() 756 tcflow (fildes, TCOON); in rl_restart_output() 759 tcflow (fildes, TCOON); /* Simulate a ^Q. */ in rl_restart_output() 792 tcflow (fildes, TCOOFF); in rl_stop_output()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | termios.d | 856 int tcflow(int, int); in version() 869 int tcflow(int, int); in version() 883 int tcflow(int, int); in version() 896 int tcflow(int, int); in version() 909 int tcflow(int, int); in version() 922 int tcflow(int, int); in version() 939 int tcflow(int, int); in version() 948 int tcflow(int, int); in version()
|
/netbsd-src/lib/libc/termios/ |
H A D | tcflow.c | 50 __weak_alias(tcflow,_tcflow) in __weak_alias() argument 54 tcflow(int fd, int action) in __weak_alias()
|
H A D | Makefile.inc | 6 cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \ 14 MLINKS+=tcsendbreak.3 tcdrain.3 tcsendbreak.3 tcflow.3 \
|
/netbsd-src/sys/sys/ |
H A D | termios.h | 279 int tcflow(int, int);
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | terminal.c | 753 tcflow (tty, TCOOFF); in terminal_prep_terminal() 754 tcflow (tty, TCOON); in terminal_prep_terminal()
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 743 #define tcflow _tcflow 735 #define tcflow _tcflow global() macro
|
/netbsd-src/usr.bin/xlint/llib/ |
H A D | llib-lposix | 284 int (tcflow)(int fildes, int action);
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 4045 tcflow
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 3071 * info/terminal.c [HAVE_TERMIOS_H && TCOON]: tcflow TCOOFF/TCCON
|