Searched refs:sti_unpack_attr (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | sti.c | 64 void sti_unpack_attr(void *, uint32_t, int *, int *, int *); 75 .unpack_attr = sti_unpack_attr 1388 sti_unpack_attr(scr, attr, &fg, &bg, NULL); in sti_putchar() 1507 sti_unpack_attr(void *v, uint32_t attr, int *fg, int *bg, int *ul) in sti_unpack_attr() function
|