Searched refs:CSTOP (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dttydefaults.h80 #define CSTOP CTRL('S') macro
104 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd-10.1-release/contrib/tcsh/
H A Ded.term.h191 # undef CSTOP macro
241 #ifndef CSTOP
242 # define CSTOP TO_CONTROL('s') macro
243 #endif /* CSTOP */
H A Ded.init.c65 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
74 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-10.1-release/bin/stty/
H A Dcchar.c74 { "stop", VSTOP, CSTOP },
/freebsd-10.1-release/lib/libedit/
H A Dtty.h198 #ifndef CSTOP
199 # define CSTOP CONTROL('s') macro
200 #endif /* CSTOP */
H A Dtty.c93 CDSWTCH, CERASE2, CSTART, CSTOP,
102 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtset.c681 #undef CSTOP macro
710 #ifndef CSTOP
711 #define CSTOP CTRL('S') macro
763 #if defined(VSTOP) && defined(CSTOP)
764 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/freebsd-10.1-release/usr.bin/tset/
H A Dset.c76 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/freebsd-10.1-release/contrib/opie/
H A Dopielogin.c929 #ifdef CSTOP
930 attr.c_cc[VSTOP] = CSTOP;
931 #else /* CSTOP */
933 #endif /* CSTOP */

Completed in 176 milliseconds