Searched refs:CERASE (Results 1 – 13 of 13) sorted by relevance
| /trueos/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,
|
| /trueos/contrib/opie/libopie/ |
| HD | readpass.c | 123 #ifdef CERASE 128 if (*(e++) == CERASE) 132 *e = CERASE;
|
| /trueos/sys/sys/ |
| HD | ttydefaults.h | 69 #define CERASE CTRL('?') macro 103 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
| /trueos/contrib/ncurses/progs/ |
| HD | tset.c | 672 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 674 #undef CERASE 689 #ifndef CERASE 690 #define CERASE CTRL('H') macro 747 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE); in reset_mode() 875 result = CERASE; in default_erase() 1303 report("Erase", VERASE, CERASE); in main()
|
| /trueos/lib/libedit/ |
| HD | tty.h | 171 #ifndef CERASE 172 # define CERASE 0177 /* ^? */ macro
|
| HD | tty.c | 91 CINTR, CQUIT, CERASE, CKILL, 100 CINTR, CQUIT, CERASE, CKILL,
|
| /trueos/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()
|
| /trueos/bin/stty/ |
| HD | cchar.c | 64 { "erase", VERASE, CERASE },
|
| HD | key.c | 180 ip->t.c_cc[VERASE] = CERASE; in f_ek()
|
| /trueos/usr.bin/talk/ |
| HD | init_disp.c | 136 my_win.kill = CERASE; in set_edit_chars()
|
| /trueos/contrib/opie/ |
| HD | opielogin.c | 894 #ifdef CERASE 895 attr.c_cc[VERASE] = CERASE;
|