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

/freebsd-11-stable/sys/sys/
H A Dttydefaults.h69 #define CERASE CTRL('?') macro
103 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c123 #ifdef CERASE
128 if (*(e++) == CERASE)
132 *e = CERASE;
134 #endif /* CERASE */
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h179 # undef CERASE macro
180 # define CERASE TO_CONTROL('h') macro
213 #ifndef CERASE
214 # define CERASE 0177 /* ^? */ macro
215 #endif /* CERASE */
H A Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd-11-stable/bin/stty/
H A Dcchar.c64 { "erase", VERASE, CERASE },
H A Dkey.c180 ip->t.c_cc[VERASE] = CERASE;
/freebsd-11-stable/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-11-stable/lib/libedit/
H A Dtty.h171 #ifndef CERASE
172 # define CERASE 0177 /* ^? */ macro
173 #endif /* CERASE */
H A Dtty.c101 CINTR, CQUIT, CERASE, CKILL,
110 CINTR, CQUIT, CERASE, CKILL,
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c695 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
697 #undef CERASE macro
712 #ifndef CERASE
713 #define CERASE CTRL('H') macro
770 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
898 result = CERASE;
1342 report("Erase", VERASE, CERASE);
/freebsd-11-stable/usr.bin/talk/
H A Dinit_disp.c136 my_win.kill = CERASE;
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c894 #ifdef CERASE
895 attr.c_cc[VERASE] = CERASE;
896 #else /* CERASE */
898 #endif /* CERASE */

Completed in 127 milliseconds