Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDed.term.h180 # undef CERASE
181 # define CERASE TO_CONTROL('h') macro
214 #ifndef CERASE
215 # define CERASE 0177 /* ^? */ macro
HDed.init.c63 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
72 CINTR, CQUIT, CERASE, CKILL,
/trueos/contrib/opie/libopie/
HDreadpass.c123 #ifdef CERASE
128 if (*(e++) == CERASE)
132 *e = CERASE;
/trueos/sys/sys/
HDttydefaults.h69 #define CERASE CTRL('?') macro
103 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/trueos/contrib/ncurses/progs/
HDtset.c672 #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/
HDtty.h171 #ifndef CERASE
172 # define CERASE 0177 /* ^? */ macro
HDtty.c91 CINTR, CQUIT, CERASE, CKILL,
100 CINTR, CQUIT, CERASE, CKILL,
/trueos/usr.bin/tset/
HDset.c62 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()
HDtset.c196 report("Erase", VERASE, CERASE); in main()
/trueos/bin/stty/
HDcchar.c64 { "erase", VERASE, CERASE },
HDkey.c180 ip->t.c_cc[VERASE] = CERASE; in f_ek()
/trueos/usr.bin/talk/
HDinit_disp.c136 my_win.kill = CERASE; in set_edit_chars()
/trueos/contrib/opie/
HDopielogin.c894 #ifdef CERASE
895 attr.c_cc[VERASE] = CERASE;