Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dttydefaults.h81 #define CSTART CTRL('Q') macro
106 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd-12.1/contrib/tcsh/
H A Ded.term.h190 # undef CSTART
238 #ifndef CSTART
239 # define CSTART TO_CONTROL('q') macro
H A Ded.init.c65 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
74 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-12.1/contrib/ncurses/progs/
H A Dtset.c703 #undef CSTART
730 #ifndef CSTART
731 #define CSTART CTRL('Q') macro
783 #if defined(VSTART) && defined(CSTART) in reset_mode()
784 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
/freebsd-12.1/lib/libedit/
H A Dtty.h195 #ifndef CSTART
196 # define CSTART CONTROL('q') macro
H A Dtty.c103 CDSWTCH, CERASE2, CSTART, CSTOP,
112 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-12.1/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-12.1/usr.bin/tset/
H A Dset.c77 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
/freebsd-12.1/contrib/opie/
H A Dopielogin.c936 #ifdef CSTART
937 attr.c_cc[VSTART] = CSTART;