Searched refs:CSTART (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/sys/ |
H A D | ttydefaults.h | 70 #define CSTART CTRL('q') macro 91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 141 #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 D | tty.h | 195 #ifndef CSTART 196 # define CSTART CONTROL('q') macro
|
H A D | tty.c | 96 CDSWTCH, CERASE2, CSTART, CSTOP, 105 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
/openbsd/bin/stty/ |
H A D | cchar.c | 66 { "start", VSTART, CSTART },
|