Home
last modified time | relevance | path

Searched refs:CDSUSP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dttydefaults.h77 #define CDSUSP CTRL('Y') macro
103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd/contrib/tcsh/
H A Ded.term.h193 # undef CDSUSP
246 #ifndef CDSUSP
247 # define CDSUSP TO_CONTROL('y') macro
H A Ded.init.c62 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
/freebsd/contrib/libedit/
H A Dtty.h203 #ifndef CDSUSP
204 # define CDSUSP CONTROL('y') macro
H A Dtty.c103 CWERASE, CSUSP, CDSUSP, CREPRINT,
/freebsd/bin/stty/
H A Dcchar.c51 { "dsusp", VDSUSP, CDSUSP },