Searched refs:CSUSP (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | ttydefaults.h | 78 #define CSUSP CTRL('Z') macro 106 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.os.h | 121 # ifndef CSUSP 122 # define CSUSP 032 macro 142 # ifndef CSUSP 143 # define CSUSP 032 macro
|
| H A D | ed.term.h | 192 # undef CSUSP 243 #ifndef CSUSP 244 # define CSUSP TO_CONTROL('z') macro
|
| H A D | ed.init.c | 62 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 143 #undef CSUSP 174 #ifndef CSUSP 175 #define CSUSP CTRL('Z') macro 224 #if defined(VSUSP) && defined(CSUSP) in reset_tty_settings() 225 reset_char(VSUSP, CSUSP); in reset_tty_settings()
|
| /freebsd-13.1/contrib/libedit/ |
| H A D | tty.h | 200 #ifndef CSUSP 201 # define CSUSP CONTROL('z') macro
|
| H A D | tty.c | 103 CWERASE, CSUSP, CDSUSP, CREPRINT, 112 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
|
| /freebsd-13.1/bin/stty/ |
| H A D | cchar.c | 74 { "susp", VSUSP, CSUSP },
|
| /freebsd-13.1/usr.bin/tset/ |
| H A D | set.c | 79 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP); in reset_mode()
|
| /freebsd-13.1/contrib/opie/ |
| H A D | opielogin.c | 922 #ifdef CSUSP 923 attr.c_cc[VSUSP] = CSUSP;
|