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

/freebsd-10-stable/contrib/libreadline/
H A Drltty.h35 # if !defined (TCOON)
36 # define TCOON 1 macro
H A Drltty.c564 tcflow (tty, TCOON);
567 tcflow (tty, TCOON); /* Simulate a ^Q. */
789 tcflow (fildes, TCOON);
792 tcflow (fildes, TCOON); /* Simulate a ^Q. */
796 ioctl (fildes, TCXONC, TCOON);
829 ioctl (fildes, TCXONC, TCOON);
/freebsd-10-stable/include/
H A Dtermios.h68 #define TCOON 2 macro
/freebsd-10-stable/lib/libc/gen/
H A Dtermios.c262 case TCOON:
/freebsd-10-stable/contrib/texinfo/info/
H A Dterminal.c747 /* linux kernel 2.2.x needs a TCOFF followed by a TCOON to turn output
748 back on if the user presses ^S at the very beginning; just a TCOON
751 # ifdef TCOON
753 tcflow (tty, TCOON);

Completed in 50 milliseconds