Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtc.os.h122 # ifndef CSUSP
123 # define CSUSP 032 macro
143 # ifndef CSUSP
144 # define CSUSP 032 macro
H A Ded.term.h193 # undef CSUSP
244 #ifndef CSUSP
245 # define CSUSP TO_CONTROL('z') macro
H A Ded.init.c66 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd-12.1/sys/sys/
H A Dttydefaults.h78 #define CSUSP CTRL('Z') macro
106 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd-12.1/contrib/ncurses/progs/
H A Dtset.c705 #undef CSUSP
736 #ifndef CSUSP
737 #define CSUSP CTRL('Z') macro
789 #if defined(VSUSP) && defined(CSUSP) in reset_mode()
790 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP); in reset_mode()
/freebsd-12.1/lib/libedit/
H A Dtty.h201 #ifndef CSUSP
202 # define CSUSP CONTROL('z') macro
H A Dtty.c104 CWERASE, CSUSP, CDSUSP, CREPRINT,
113 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
/freebsd-12.1/bin/stty/
H A Dcchar.c75 { "susp", VSUSP, CSUSP },
/freebsd-12.1/usr.bin/tset/
H A Dset.c79 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP); in reset_mode()
/freebsd-12.1/contrib/opie/
H A Dopielogin.c922 #ifdef CSUSP
923 attr.c_cc[VSUSP] = CSUSP;