Searched refs:CSTART (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dttydefaults.h79 #define CSTART CTRL('Q') macro
104 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h189 # undef CSTART macro
237 #ifndef CSTART
238 # define CSTART TO_CONTROL('q') macro
239 #endif /* CSTART */
H A Ded.init.c61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-11-stable/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-11-stable/lib/libedit/
H A Dtty.h195 #ifndef CSTART
196 # define CSTART CONTROL('q') macro
197 #endif /* CSTART */
H A Dtty.c103 CDSWTCH, CERASE2, CSTART, CSTOP,
112 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c703 #undef CSTART macro
730 #ifndef CSTART
731 #define CSTART CTRL('Q') macro
783 #if defined(VSTART) && defined(CSTART)
784 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-11-stable/usr.bin/tset/
H A Dset.c75 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c936 #ifdef CSTART
937 attr.c_cc[VSTART] = CSTART;
938 #else /* CSTART */
940 #endif /* CSTART */

Completed in 116 milliseconds