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

/freebsd-10.2-release/sys/teken/
H A Dteken_scs.h33 return (t->t_scs[t->t_curscs](t, c));
H A Dteken_subr.h544 t->t_scs[0] = teken_scs_special_graphics;
551 t->t_scs[0] = teken_scs_uk_national;
558 t->t_scs[0] = teken_scs_us_ascii;
565 t->t_scs[1] = teken_scs_special_graphics;
572 t->t_scs[1] = teken_scs_uk_national;
579 t->t_scs[1] = teken_scs_us_ascii;
982 t->t_scs[0] = teken_scs_us_ascii;
983 t->t_scs[1] = teken_scs_us_ascii;
1006 t->t_scs[t->t_curscs] = t->t_saved_curscs;
1039 t->t_saved_curscs = t->t_scs[
[all...]
H A Dteken.h153 teken_scs_t *t_scs[2]; member in struct:__teken

Completed in 61 milliseconds