Home
last modified time | relevance | path

Searched refs:CSUSP (Results 1 – 8 of 8) sorted by last modified time

/freebsd/sys/sys/
H A Dttydefaults.h75 #define CSUSP CTRL('Z') macro
103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd/bin/stty/
H A Dcchar.c66 { "susp", VSUSP, CSUSP },
/freebsd/contrib/tcsh/
H A Dtc.os.h121 # ifndef CSUSP
122 # define CSUSP 032 macro
142 # ifndef CSUSP
143 # define CSUSP 032 macro
H A Ded.init.c62 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
H A Ded.term.h192 # undef CSUSP
243 #ifndef CSUSP
244 # define CSUSP TO_CONTROL('z') macro
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c143 #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/contrib/libedit/
H A Dtty.c103 CWERASE, CSUSP, CDSUSP, CREPRINT,
112 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
H A Dtty.h200 #ifndef CSUSP
201 # define CSUSP CONTROL('z') macro