Searched refs:tcflow (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/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.c74 /* If non-zero, means that this process has called tcflow(fd, TCOOFF)
488 tcflow (tty, TCOON);
491 tcflow (tty, TCOON); /* Simulate a ^Q. */
757 tcflow (fildes, TCOON);
760 tcflow (fildes, TCOON); /* Simulate a ^Q. */
793 tcflow (fildes, TCOOFF);
/netbsd-current/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
H A Drltty.c74 /* If non-zero, means that this process has called tcflow(fd, TCOOFF)
488 tcflow (tty, TCOON);
491 tcflow (tty, TCOON); /* Simulate a ^Q. */
757 tcflow (fildes, TCOON);
760 tcflow (fildes, TCOON); /* Simulate a ^Q. */
793 tcflow (fildes, TCOOFF);
/netbsd-current/lib/libc/termios/
H A Dtcflow.c1 /* $NetBSD: tcflow.c,v 1.8 2003/08/07 16:44:13 agc Exp $ */
37 __RCSID("$NetBSD: tcflow.c,v 1.8 2003/08/07 16:44:13 agc Exp $");
50 __weak_alias(tcflow,_tcflow)
54 tcflow(int fd, int action)
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-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d842 int tcflow(int, int);
856 int tcflow(int, int);
869 int tcflow(int, int);
883 int tcflow(int, int);
896 int tcflow(int, int);
909 int tcflow(int, int);
922 int tcflow(int, int);
939 int tcflow(int, int);
948 int tcflow(int, int);
/netbsd-current/sys/sys/
H A Dtermios.h279 int tcflow(int, int);
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dterminal.c755 tcflow (tty, TCOOFF);
756 tcflow (tty, TCOON);
/netbsd-current/lib/libc/include/
H A Dnamespace.h743 #define tcflow _tcflow macro

Completed in 259 milliseconds