Searched refs:CERASE (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/tcsh/ |
| HD | ed.term.h | 180 # undef CERASE 181 # define CERASE TO_CONTROL('h') macro 214 #ifndef CERASE 215 # define CERASE 0177 /* ^? */ macro
|
| HD | ed.init.c | 63 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL, 72 CINTR, CQUIT, CERASE, CKILL,
|
| /NextBSD/contrib/opie/libopie/ |
| HD | readpass.c | 123 #ifdef CERASE 128 if (*(e++) == CERASE) 132 *e = CERASE;
|
| /NextBSD/sys/sys/ |
| HD | ttydefaults.h | 69 #define CERASE CTRL('?') macro 103 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
| /NextBSD/contrib/ncurses/progs/ |
| HD | tset.c | 695 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 697 #undef CERASE 712 #ifndef CERASE 713 #define CERASE CTRL('H') macro 770 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode() 898 result = CERASE; in default_erase() 1342 report("Erase", VERASE, CERASE); in main()
|
| /NextBSD/lib/libedit/ |
| HD | tty.h | 173 #ifndef CERASE 174 # define CERASE 0177 /* ^? */ macro
|
| HD | tty.c | 99 CINTR, CQUIT, CERASE, CKILL, 108 CINTR, CQUIT, CERASE, CKILL,
|
| /NextBSD/usr.bin/tset/ |
| HD | set.c | 62 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode() 176 mode.c_cc[VERASE] = erasech ? erasech : CERASE; in set_control_chars()
|
| HD | tset.c | 196 report("Erase", VERASE, CERASE); in main()
|
| /NextBSD/bin/stty/ |
| HD | cchar.c | 64 { "erase", VERASE, CERASE },
|
| HD | key.c | 180 ip->t.c_cc[VERASE] = CERASE; in f_ek()
|
| /NextBSD/usr.bin/talk/ |
| HD | init_disp.c | 136 my_win.kill = CERASE; in set_edit_chars()
|
| /NextBSD/contrib/opie/ |
| HD | opielogin.c | 894 #ifdef CERASE 895 attr.c_cc[VERASE] = CERASE;
|