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

/freebsd-11.0-release/sys/teken/
H A Dteken.c260 t->t_utf8_partial = c & 0x1f;
264 t->t_utf8_partial = c & 0x0f;
268 t->t_utf8_partial = c & 0x07;
273 t->t_utf8_partial = (t->t_utf8_partial << 6) | (c & 0x3f);
275 teken_printf("Got UTF-8 char %x\n", t->t_utf8_partial);
276 teken_input_char(t, t->t_utf8_partial);
H A Dteken.h149 teken_char_t t_utf8_partial; member in struct:__teken

Completed in 114 milliseconds