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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dttydefaults.h90 #define CERASE 0177 macro
119 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/macosx-10.10/tcsh-65/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,
/macosx-10.10/adv_cmds-158/stty/
H A Dcchar.c68 { "erase", VERASE, CERASE },
H A Dkey.c184 ip->t.c_cc[VERASE] = CERASE;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.h172 #ifndef CERASE
173 # define CERASE 0177 /* ^? */ macro
174 #endif /* CERASE */
H A Dtty.c96 CINTR, CQUIT, CERASE, CKILL,
105 CINTR, CQUIT, CERASE, CKILL,
/macosx-10.10/libedit-40/src/
H A Dtty.h172 #ifndef CERASE
173 # define CERASE 0177 /* ^? */ macro
174 #endif /* CERASE */
H A Dtty.c97 CINTR, CQUIT, CERASE, CKILL,
106 CINTR, CQUIT, CERASE, CKILL,
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.h172 #ifndef CERASE
173 # define CERASE 0177 /* ^? */ macro
174 #endif /* CERASE */
H A Dtty.c88 CINTR, CQUIT, CERASE, CKILL,
97 CINTR, CQUIT, CERASE, CKILL,
/macosx-10.10/ncurses-44/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);
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dinit_disp.c147 my_win.kill = CERASE;

Completed in 267 milliseconds