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

/haiku-fatelf/src/libs/edit/
H A Dtty.h171 #ifndef CERASE
172 # define CERASE 0177 /* ^? */ macro
173 #endif /* CERASE */
H A Dtty.c88 CINTR, CQUIT, CERASE, CKILL,
97 CINTR, CQUIT, CERASE, CKILL,
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c644 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
646 #undef CERASE macro
661 #ifndef CERASE
662 #define CERASE CTRL('H') macro
711 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
824 result = CERASE;
1251 report("Erase", VERASE, CERASE);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c83 #ifndef CERASE
84 # define CERASE 127 macro
383 {"erase", CERASE, VERASE},
1126 mode->c_cc[VERASE] = CERASE;

Completed in 72 milliseconds