Home
last modified time | relevance | path

Searched refs:TS_INSERT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/teken/
H A Dteken_subr.h802 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()
H A Dteken.c56 #define TS_INSERT 0x0002 /* Insert mode. */ macro