Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dttydefaults.h69 #define CSTART CTRL('q') macro
102 [VSTART] = CSTART,
/netbsd-src/lib/libedit/
H A Dtty.h194 #ifndef CSTART
195 # define CSTART CONTROL('q') macro
H A Dtty.c102 CDSWTCH, CERASE2, CSTART, CSTOP,
111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/netbsd-src/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/netbsd-src/usr.bin/tset/
H A Dset.c72 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()