Searched refs:TS_ERASE (Results 1 – 2 of 2) sorted by relevance
263 #define TS_ERASE 0x00000010 /* within a \.../ for PRTRUB */ macro
2037 if (tp->t_state & TS_ERASE) { in ldterm_docanon()2038 tp->t_state &= ~TS_ERASE; in ldterm_docanon()2181 if (!(tp->t_state & TS_ERASE)) { in ldterm_rubout()2183 tp->t_state |= TS_ERASE; in ldterm_rubout()2612 tp->t_state &= ~(TS_QUOT|TS_ERASE|TS_SLNCH); in ldterm_kill()2638 tp->t_state &= ~TS_ERASE; in ldterm_reprint()