HomeSort by: relevance | last modified time | path
    Searched refs:tcflow (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
rlwinsize.h 54 #if defined (M_UNIX) && !defined (_SCO_DS) && !defined (tcflow)
55 # define tcflow(fd, action) ioctl(fd, TCXONC, action) macro
rltty.c 74 /* If non-zero, means that this process has called tcflow(fd, TCOOFF)
487 tcflow (tty, TCOON);
490 tcflow (tty, TCOON); /* Simulate a ^Q. */
760 tcflow (fildes, TCOON);
763 tcflow (fildes, TCOON); /* Simulate a ^Q. */
796 tcflow (fildes, TCOOFF);
  /src/external/gpl3/gdb.old/dist/readline/readline/
rlwinsize.h 54 #if defined (M_UNIX) && !defined (_SCO_DS) && !defined (tcflow)
55 # define tcflow(fd, action) ioctl(fd, TCXONC, action) macro
rltty.c 74 /* If non-zero, means that this process has called tcflow(fd, TCOOFF)
487 tcflow (tty, TCOON);
490 tcflow (tty, TCOON); /* Simulate a ^Q. */
760 tcflow (fildes, TCOON);
763 tcflow (fildes, TCOON); /* Simulate a ^Q. */
796 tcflow (fildes, TCOOFF);
  /src/lib/libc/termios/
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 \
tcflow.c 1 /* $NetBSD: tcflow.c,v 1.9 2012/06/25 22:32:46 abs Exp $ */
37 __RCSID("$NetBSD: tcflow.c,v 1.9 2012/06/25 22:32:46 abs Exp $");
50 __weak_alias(tcflow,_tcflow)
54 tcflow(int fd, int action)
  /src/external/bsd/ppp/dist/pppd/
termios_linux.h 103 static inline int tcflow(int fd, int a) function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 842 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);
  /src/sys/sys/
termios.h 279 int tcflow(int, int);
  /src/external/gpl2/texinfo/dist/info/
terminal.c 755 tcflow (tty, TCOOFF);
756 tcflow (tty, TCOON);
  /src/usr.bin/xlint/llib/
llib-lposix 287 int (tcflow)(int fildes, int action);
  /src/lib/libc/include/
namespace.h 745 #define tcflow _tcflow macro

Completed in 56 milliseconds