Searched refs:CERASE (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | ttydefaults.h | 60 #define CERASE 0177 macro 93 [VERASE] = CERASE,
|
| /netbsd/src/usr.bin/tset/ |
| D | set.c | 59 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()
|
| D | tset.c | 193 report("Erase", VERASE, CERASE); in main()
|
| /netbsd/src/lib/libedit/ |
| D | tty.h | 170 #ifndef CERASE 171 # define CERASE 0177 /* ^? */ macro
|
| D | tty.c | 100 CINTR, CQUIT, CERASE, CKILL, 109 CINTR, CQUIT, CERASE, CKILL,
|
| /netbsd/src/bin/stty/ |
| D | cchar.c | 65 { "erase", VERASE, CERASE },
|