Searched refs:CSTART (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.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-12.1/contrib/tcsh/ |
| H A D | ed.term.h | 190 # undef CSTART 238 #ifndef CSTART 239 # define CSTART TO_CONTROL('q') macro
|
| H A D | ed.init.c | 65 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP, 74 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tset.c | 703 #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 D | tty.h | 195 #ifndef CSTART 196 # define CSTART CONTROL('q') macro
|
| H A D | tty.c | 103 CDSWTCH, CERASE2, CSTART, CSTOP, 112 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /freebsd-12.1/bin/stty/ |
| H A D | cchar.c | 72 { "start", VSTART, CSTART },
|
| /freebsd-12.1/usr.bin/tset/ |
| H A D | set.c | 77 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
|
| /freebsd-12.1/contrib/opie/ |
| H A D | opielogin.c | 936 #ifdef CSTART 937 attr.c_cc[VSTART] = CSTART;
|