Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dttydefaults.h70 #define CSTART CTRL('q') macro
91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/openbsd/usr.bin/tic/
H A Dreset_cmd.c141 #undef CSTART
168 #ifndef CSTART
169 #define CSTART CTRL('Q') macro
221 #if defined(VSTART) && defined(CSTART) in reset_tty_settings()
222 reset_char(VSTART, CSTART); in reset_tty_settings()
/openbsd/lib/libedit/
H A Dtty.h195 #ifndef CSTART
196 # define CSTART CONTROL('q') macro
H A Dtty.c96 CDSWTCH, CERASE2, CSTART, CSTOP,
105 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/openbsd/bin/stty/
H A Dcchar.c66 { "start", VSTART, CSTART },