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

/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h76 #define CSUSP CTRL('Z') macro
100 CERASE2, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.h122 # ifndef CSUSP
123 # define CSUSP 032 macro
124 # endif /* CSUSP */
140 * ISC does not define CSUSP
143 # ifndef CSUSP
144 # define CSUSP 032 macro
145 # endif /* CSUSP */
H A Ded.term.h193 # undef CSUSP macro
244 #ifndef CSUSP
245 # define CSUSP TO_CONTROL('z') macro
246 #endif /* CSUSP */
H A Ded.init.c66 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd-9.3-release/bin/stty/
H A Dcchar.c75 { "susp", VSUSP, CSUSP },
/freebsd-9.3-release/lib/libedit/
H A Dtty.h201 #ifndef CSUSP
202 # define CSUSP CONTROL('z') macro
203 #endif /* CSUSP */
H A Dtty.c94 CWERASE, CSUSP, CDSUSP, CREPRINT,
103 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c682 #undef CSUSP macro
713 #ifndef CSUSP
714 #define CSUSP CTRL('Z') macro
766 #if defined(VSUSP) && defined(CSUSP)
767 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP);
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c77 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP);
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c922 #ifdef CSUSP
923 attr.c_cc[VSUSP] = CSUSP;
924 #else /* CSUSP */
926 #endif /* CSUSP */

Completed in 254 milliseconds