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

/freebsd-13-stable/sys/sys/
H A Dttydefaults.h78 #define CSUSP CTRL('Z') macro
106 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd-13-stable/contrib/tcsh/
H A Dtc.os.h121 # ifndef CSUSP
122 # define CSUSP 032 macro
123 # endif /* CSUSP */
139 * ISC does not define CSUSP
142 # ifndef CSUSP
143 # define CSUSP 032 macro
144 # endif /* CSUSP */
H A Ded.term.h192 # undef CSUSP macro
243 #ifndef CSUSP
244 # define CSUSP TO_CONTROL('z') macro
245 #endif /* CSUSP */
H A Ded.init.c62 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd-13-stable/contrib/ncurses/progs/
H A Dreset_cmd.c143 #undef CSUSP macro
174 #ifndef CSUSP
175 #define CSUSP CTRL('Z') macro
224 #if defined(VSUSP) && defined(CSUSP)
225 reset_char(VSUSP, CSUSP);
/freebsd-13-stable/bin/stty/
H A Dcchar.c74 { "susp", VSUSP, CSUSP },
/freebsd-13-stable/contrib/libedit/
H A Dtty.h200 #ifndef CSUSP
201 # define CSUSP CONTROL('z') macro
202 #endif /* CSUSP */
H A Dtty.c103 CWERASE, CSUSP, CDSUSP, CREPRINT,
112 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
/freebsd-13-stable/usr.bin/tset/
H A Dset.c79 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP);
/freebsd-13-stable/contrib/opie/
H A Dopielogin.c922 #ifdef CSUSP
923 attr.c_cc[VSUSP] = CSUSP;
924 #else /* CSUSP */
926 #endif /* CSUSP */

Completed in 195 milliseconds