Searched refs:CSUSP (Results 1 – 8 of 8) sorted by relevance
/freebsd/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/sys/sys/ |
H A D | ttydefaults.h | 75 #define CSUSP CTRL('Z') macro 103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 146 #undef CSUSP 177 #ifndef CSUSP 178 #define CSUSP CTRL('Z') macro 308 #if defined(VSUSP) && defined(CSUSP) in reset_tty_settings() 309 reset_char(VSUSP, CSUSP); in reset_tty_settings()
|
/freebsd/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/bin/stty/ |
H A D | cchar.c | 66 { "susp", VSUSP, CSUSP },
|