Searched refs:tcflow (Results 1 - 11 of 11) 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.h735 #define tcflow _tcflow macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dconfigure7280 for ac_func in access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink

Completed in 209 milliseconds