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

/freebsd-11-stable/sys/sys/
H A Dttydefaults.h80 #define CSTOP CTRL('S') macro
104 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h190 # undef CSTOP macro
240 #ifndef CSTOP
241 # define CSTOP TO_CONTROL('s') macro
242 #endif /* CSTOP */
H A Ded.init.c61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-11-stable/bin/stty/
H A Dcchar.c74 { "stop", VSTOP, CSTOP },
/freebsd-11-stable/lib/libedit/
H A Dtty.h198 #ifndef CSTOP
199 # define CSTOP CONTROL('s') macro
200 #endif /* CSTOP */
H A Dtty.c103 CDSWTCH, CERASE2, CSTART, CSTOP,
112 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c704 #undef CSTOP macro
733 #ifndef CSTOP
734 #define CSTOP CTRL('S') macro
786 #if defined(VSTOP) && defined(CSTOP)
787 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/freebsd-11-stable/usr.bin/tset/
H A Dset.c76 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c929 #ifdef CSTOP
930 attr.c_cc[VSTOP] = CSTOP;
931 #else /* CSTOP */
933 #endif /* CSTOP */

Completed in 103 milliseconds