Home
last modified time | relevance | path

Searched refs:CSUSP (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/sys/
H A Dttydefaults.h67 #define CSUSP CTRL('z') macro
91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/openbsd/usr.bin/tic/
H A Dreset_cmd.c143 #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 Dtty.h201 #ifndef CSUSP
202 # define CSUSP CONTROL('z') macro
H A Dtty.c97 CWERASE, CSUSP, CDSUSP, CREPRINT,
106 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
/openbsd/bin/stty/
H A Dcchar.c69 { "susp", VSUSP, CSUSP },