Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dttydefaults.h70 #define CSTOP CTRL('s') macro
103 [VSTOP] = CSTOP,
/netbsd-src/lib/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,
/netbsd-src/bin/stty/
H A Dcchar.c74 { "stop", VSTOP, CSTOP },
/netbsd-src/usr.bin/tset/
H A Dset.c73 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP); in reset_mode()