Home
last modified time | relevance | path

Searched refs:CSTOP (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dttydefaults.h79 #define CSTOP CTRL('S') macro
103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c145 #undef CSTOP
174 #ifndef CSTOP
175 #define CSTOP CTRL('S') macro
305 #if defined(VSTOP) && defined(CSTOP) in reset_tty_settings()
306 reset_char(VSTOP, CSTOP); in reset_tty_settings()
/freebsd/contrib/tcsh/
H A Ded.term.h190 # undef CSTOP
240 #ifndef CSTOP
241 # define CSTOP TO_CONTROL('s') macro
H A Ded.init.c61 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd/contrib/libedit/
H A Dtty.h197 #ifndef CSTOP
198 # define CSTOP CONTROL('s') macro
H A Dtty.c102 CDSWTCH, CERASE2, CSTART, CSTOP,
111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/freebsd/bin/stty/
H A Dcchar.c65 { "stop", VSTOP, CSTOP },