Searched refs:CSTART (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | ttydefaults.h | 81 #define CSTART CTRL('Q') macro 106 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 141 #undef CSTART 168 #ifndef CSTART 169 #define CSTART CTRL('Q') macro 218 #if defined(VSTART) && defined(CSTART) in reset_tty_settings() 219 reset_char(VSTART, CSTART); in reset_tty_settings()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | ed.term.h | 189 # undef CSTART 237 #ifndef CSTART 238 # define CSTART TO_CONTROL('q') macro
|
| H A D | ed.init.c | 61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP, 70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /freebsd-13.1/contrib/libedit/ |
| H A D | tty.h | 194 #ifndef CSTART 195 # define CSTART CONTROL('q') macro
|
| H A D | tty.c | 102 CDSWTCH, CERASE2, CSTART, CSTOP, 111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /freebsd-13.1/bin/stty/ |
| H A D | cchar.c | 71 { "start", VSTART, CSTART },
|
| /freebsd-13.1/usr.bin/tset/ |
| H A D | set.c | 77 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
|
| /freebsd-13.1/contrib/opie/ |
| H A D | opielogin.c | 936 #ifdef CSTART 937 attr.c_cc[VSTART] = CSTART;
|