Searched refs:CSUSP (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/sys/ |
H A D | ttydefaults.h | 67 #define CSUSP CTRL('z') macro 91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 143 #undef CSUSP 174 #ifndef CSUSP 175 #define CSUSP CTRL('Z') macro 227 #if defined(VSUSP) && defined(CSUSP) in reset_tty_settings() 228 reset_char(VSUSP, CSUSP); in reset_tty_settings()
|
/openbsd/lib/libedit/ |
H A D | tty.h | 201 #ifndef CSUSP 202 # define CSUSP CONTROL('z') macro
|
H A D | tty.c | 97 CWERASE, CSUSP, CDSUSP, CREPRINT, 106 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
|
/openbsd/bin/stty/ |
H A D | cchar.c | 69 { "susp", VSUSP, CSUSP },
|