Searched refs:TCOON (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Drltty.h33 # if !defined (TCOON)
34 # define TCOON 1 macro
H A Drltty.c488 tcflow (tty, TCOON);
491 tcflow (tty, TCOON); /* Simulate a ^Q. */
757 tcflow (fildes, TCOON);
760 tcflow (fildes, TCOON); /* Simulate a ^Q. */
764 ioctl (fildes, TCXONC, TCOON);
796 ioctl (fildes, TCXONC, TCOON);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.h33 # if !defined (TCOON)
34 # define TCOON 1 macro
H A Drltty.c488 tcflow (tty, TCOON);
491 tcflow (tty, TCOON); /* Simulate a ^Q. */
757 tcflow (fildes, TCOON);
760 tcflow (fildes, TCOON); /* Simulate a ^Q. */
764 ioctl (fildes, TCXONC, TCOON);
796 ioctl (fildes, TCXONC, TCOON);
/netbsd-current/lib/libc/termios/
H A Dtcflow.c64 case TCOON:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d131 TCOON
230 enum TCOON = 1;
327 enum TCOON = 2;
424 enum TCOON = 2;
521 enum TCOON = 2;
618 enum TCOON = 2;
715 enum TCOON = 2;
805 enum TCOON = 1; /* restart suspended output */
/netbsd-current/sys/sys/
H A Dtermios.h259 #define TCOON 2 macro
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dterminal.c750 /* linux kernel 2.2.x needs a TCOFF followed by a TCOON to turn output
751 back on if the user presses ^S at the very beginning; just a TCOON
754 # ifdef TCOON
756 tcflow (tty, TCOON);

Completed in 111 milliseconds