Searched refs:t_utf8_partial (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/teken/
H A Dteken.c258 t->t_utf8_partial = c & 0x1f;
262 t->t_utf8_partial = c & 0x0f;
266 t->t_utf8_partial = c & 0x07;
271 t->t_utf8_partial = (t->t_utf8_partial << 6) | (c & 0x3f);
273 teken_printf("Got UTF-8 char %x\n", t->t_utf8_partial);
274 teken_input_char(t, t->t_utf8_partial);
H A Dteken.h149 teken_char_t t_utf8_partial; member in struct:__teken

Completed in 14 milliseconds