Home
last modified time | relevance | path

Searched refs:tcflow (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Drlwinsize.h54 #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 Drlwinsize.h54 #if defined (M_UNIX) && !defined (_SCO_DS) && !defined (tcflow)
55 # define tcflow(fd, action) ioctl(fd, TCXONC, action) macro
H A Drltty.c488 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 Dtermios.d856 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 Dtcflow.c50 __weak_alias(tcflow,_tcflow) in __weak_alias() argument
54 tcflow(int fd, int action) in __weak_alias()
H A DMakefile.inc6 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 Dtermios.h279 int tcflow(int, int);
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c753 tcflow (tty, TCOOFF); in terminal_prep_terminal()
754 tcflow (tty, TCOON); in terminal_prep_terminal()
/netbsd-src/lib/libc/include/
H A Dnamespace.h743 #define tcflow _tcflow
735 #define tcflow _tcflow global() macro
/netbsd-src/usr.bin/xlint/llib/
H A Dllib-lposix284 int (tcflow)(int fildes, int action);
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt4045 tcflow
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.463071 * info/terminal.c [HAVE_TERMIOS_H && TCOON]: tcflow TCOOFF/TCCON