Searched refs:CDSUSP (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h78 #define CDSUSP CTRL('Y') macro
100 CERASE2, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h194 # undef CDSUSP macro
247 #ifndef CDSUSP
248 # define CDSUSP TO_CONTROL('y') macro
249 #endif /* CDSUSP */
H A Ded.init.c66 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd-9.3-release/bin/stty/
H A Dcchar.c60 { "dsusp", VDSUSP, CDSUSP },
/freebsd-9.3-release/lib/libedit/
H A Dtty.h204 #ifndef CDSUSP
205 # define CDSUSP CONTROL('y') macro
206 #endif /* CDSUSP */
H A Dtty.c94 CWERASE, CSUSP, CDSUSP, CREPRINT,
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c943 #ifdef CDSUSP
944 attr.c_cc[VDSUSP] = CDSUSP;
945 #else /* CDSUSP */
947 #endif /* CDSUSP */

Completed in 165 milliseconds