Searched refs:VWERASE (Results 1 – 14 of 14) sorted by relevance
26 #define VWERASE 14 macro
24 #define VWERASE 10 macro
617 #ifdef VWERASE618 {"VWERASE", VWERASE},
81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },307 t->c_cc[VWERASE] = 0x17; in make_sane()
3404 #ifdef VWERASE in x_mode()3405 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()