Searched refs:TCOON (Results 1 - 7 of 7) 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/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 139 milliseconds