Home
last modified time | relevance | path

Searched refs:t_scs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/teken/
H A Dteken_subr.h565 t->t_scs[0] = teken_scs_special_graphics; in teken_subr_g0_scs_special_graphics()
572 t->t_scs[0] = teken_scs_uk_national; in teken_subr_g0_scs_uk_national()
579 t->t_scs[0] = teken_scs_us_ascii; in teken_subr_g0_scs_us_ascii()
586 t->t_scs[1] = teken_scs_special_graphics; in teken_subr_g1_scs_special_graphics()
593 t->t_scs[1] = teken_scs_uk_national; in teken_subr_g1_scs_uk_national()
600 t->t_scs[1] = teken_scs_us_ascii; in teken_subr_g1_scs_us_ascii()
1004 t->t_scs[0] = teken_scs_us_ascii; in teken_subr_do_reset()
1005 t->t_scs[1] = teken_scs_us_ascii; in teken_subr_do_reset()
1028 t->t_scs[t->t_curscs] = t->t_saved_curscs; in teken_subr_restore_cursor()
1061 t->t_saved_curscs = t->t_scs[t->t_curscs]; in teken_subr_save_cursor()
H A Dteken_scs.h33 return (t->t_scs[t->t_curscs](t, c)); in teken_scs_process()
H A Dteken.h163 teken_scs_t *t_scs[2]; member