Home
last modified time | relevance | path

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

/freebsd-12.1/sys/teken/
H A Dteken_subr.h803 if (t->t_stateflags & TS_INSERT && in teken_subr_do_putchar()
977 t->t_stateflags &= ~TS_INSERT; in teken_subr_reset_mode()
1136 t->t_stateflags |= TS_INSERT; in teken_subr_set_mode()
H A Dteken.c53 #define TS_INSERT 0x0002 /* Insert mode. */ macro