Searched refs:CSTOP (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 70 #define CSTOP CTRL('s') macro 103 [VSTOP] = CSTOP,
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.h | 197 #ifndef CSTOP 198 # define CSTOP CONTROL('s') macro
|
| H A D | tty.c | 102 CDSWTCH, CERASE2, CSTART, CSTOP, 111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
| /netbsd-src/bin/stty/ |
| H A D | cchar.c | 74 { "stop", VSTOP, CSTOP },
|
| /netbsd-src/usr.bin/tset/ |
| H A D | set.c | 73 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP); in reset_mode()
|