Searched refs:TS_INSERT (Results 1 – 2 of 2) sorted by relevance
802 if (t->t_stateflags & TS_INSERT && in teken_subr_do_putchar()976 t->t_stateflags &= ~TS_INSERT; in teken_subr_reset_mode()1135 t->t_stateflags |= TS_INSERT; in teken_subr_set_mode()
56 #define TS_INSERT 0x0002 /* Insert mode. */ macro