Searched refs:CSTOP (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 79 #define CSTOP CTRL('S') macro 103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 145 #undef CSTOP 174 #ifndef CSTOP 175 #define CSTOP CTRL('S') macro 305 #if defined(VSTOP) && defined(CSTOP) in reset_tty_settings() 306 reset_char(VSTOP, CSTOP); in reset_tty_settings()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 190 # undef CSTOP 240 #ifndef CSTOP 241 # define CSTOP TO_CONTROL('s') macro
|
H A D | ed.init.c | 61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP, 70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
/freebsd/contrib/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,
|
/freebsd/bin/stty/ |
H A D | cchar.c | 65 { "stop", VSTOP, CSTOP },
|