Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dttydefaults.h70 #define CSTOP CTRL('s') macro
103 [VSTOP] = CSTOP,
/netbsd/src/lib/libedit/
Dtty.h197 #ifndef CSTOP
198 # define CSTOP CONTROL('s') macro
Dtty.c102 CDSWTCH, CERASE2, CSTART, CSTOP,
111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/netbsd/src/bin/stty/
Dcchar.c74 { "stop", VSTOP, CSTOP },
/netbsd/src/usr.bin/tset/
Dset.c73 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP); in reset_mode()