Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dttydefaults.h78 #define CSTART CTRL('Q') macro
103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c144 #undef CSTART
171 #ifndef CSTART
172 #define CSTART CTRL('Q') macro
302 #if defined(VSTART) && defined(CSTART) in reset_tty_settings()
303 reset_char(VSTART, CSTART); in reset_tty_settings()
/freebsd/contrib/tcsh/
H A Ded.term.h189 # undef CSTART
237 #ifndef CSTART
238 # define CSTART TO_CONTROL('q') macro
H A Ded.init.c61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd/contrib/libedit/
H A Dtty.h194 #ifndef CSTART
195 # define CSTART CONTROL('q') macro
H A Dtty.c102 CDSWTCH, CERASE2, CSTART, CSTOP,
111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd/bin/stty/
H A Dcchar.c63 { "start", VSTART, CSTART },