Home
last modified time | relevance | path

Searched refs:CERASE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/sys/
Dttydefaults.h60 #define CERASE 0177 macro
93 [VERASE] = CERASE,
/netbsd/src/usr.bin/tset/
Dset.c59 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode()
167 mode.c_cc[VERASE] = erasechar ? erasechar : CERASE; in set_control_chars()
Dtset.c193 report("Erase", VERASE, CERASE); in main()
/netbsd/src/lib/libedit/
Dtty.h170 #ifndef CERASE
171 # define CERASE 0177 /* ^? */ macro
Dtty.c100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
/netbsd/src/bin/stty/
Dcchar.c65 { "erase", VERASE, CERASE },