Searched refs:TS_CONS25 (Results 1 – 3 of 3) sorted by relevance
133 t->t_stateflags &= ~TS_CONS25; in teken_subr_cons25_set_terminal_mode()136 t->t_stateflags |= TS_CONS25; in teken_subr_cons25_set_terminal_mode()
61 #define TS_CONS25 0x0040 /* cons25 emulation. */ macro237 if (t->t_stateflags & TS_CONS25) in teken_input_char()243 if (t->t_stateflags & TS_CONS25) in teken_input_char()418 t->t_stateflags |= TS_CONS25; in teken_set_cons25()736 if ((t->t_stateflags & (TS_CONS25 | TS_CONS25KEYS)) == in teken_get_sequence()737 (TS_CONS25 | TS_CONS25KEYS)) in teken_get_sequence()739 if (t->t_stateflags & TS_CONS25 && in teken_get_sequence()
205 if (t->t_stateflags & TS_CONS25) { in teken_subr_backspace()733 if (t->t_stateflags & TS_CONS25) { in teken_subr_newpage()837 if (!(t->t_stateflags & TS_CONS25) && (c <= 0x1b || c == 0x7f)) in teken_subr_regular_character()849 if (t->t_stateflags & TS_CONS25) { in teken_subr_regular_character()1001 t->t_stateflags &= TS_8BIT | TS_CONS25 | TS_CONS25KEYS; in teken_subr_do_reset()