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

/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h69 #define CERASE CTRL('?') macro
99 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/freebsd-9.3-release/contrib/opie/libopie/
H A Dreadpass.c123 #ifdef CERASE
128 if (*(e++) == CERASE)
132 *e = CERASE;
134 #endif /* CERASE */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h180 # undef CERASE macro
181 # define CERASE TO_CONTROL('h') macro
214 #ifndef CERASE
215 # define CERASE 0177 /* ^? */ macro
216 #endif /* CERASE */
H A Ded.init.c63 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
72 CINTR, CQUIT, CERASE, CKILL,
/freebsd-9.3-release/bin/stty/
H A Dcchar.c64 { "erase", VERASE, CERASE },
H A Dkey.c180 ip->t.c_cc[VERASE] = CERASE;
/freebsd-9.3-release/lib/libedit/
H A Dtty.h171 #ifndef CERASE
172 # define CERASE 0177 /* ^? */ macro
173 #endif /* CERASE */
H A Dtty.c91 CINTR, CQUIT, CERASE, CKILL,
100 CINTR, CQUIT, CERASE, CKILL,
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c62 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
176 mode.c_cc[VERASE] = erasech ? erasech : CERASE;
H A Dtset.c196 report("Erase", VERASE, CERASE);
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c672 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
674 #undef CERASE macro
689 #ifndef CERASE
690 #define CERASE CTRL('H') macro
747 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
875 result = CERASE;
1303 report("Erase", VERASE, CERASE);
/freebsd-9.3-release/usr.bin/talk/
H A Dinit_disp.c138 my_win.kill = CERASE;
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c894 #ifdef CERASE
895 attr.c_cc[VERASE] = CERASE;
896 #else /* CERASE */
898 #endif /* CERASE */

Completed in 196 milliseconds