Lines Matching refs:tc_char
1299 tem->tvs_outbuf[tem->tvs_outindex].tc_char = ch | TEM_ATTR(attr); in tem_safe_outch()
1655 if (TEM_CHAR_ATTR(src[width].tc_char) == TEM_ATTR_IMAGE || in tem_copy_width()
1656 TEM_CHAR_ATTR(dst[width].tc_char) == TEM_ATTR_IMAGE) in tem_copy_width()
1663 if (src[width].tc_char != dst[width].tc_char || in tem_copy_width()
1807 c = TEM_CHAR(string[i].tc_char); in tem_safe_text_display()
1885 c.tc_char = TEM_ATTR(attr & ~TEM_ATTR_UNDERLINE) | ' '; in tem_safe_text_cls()
1918 if (!TEM_ATTR_ISSET(string[i].tc_char, TEM_ATTR_IMAGE)) { in tem_safe_pix_display()
2021 fp(tem, c->tc_char, fg, bg); in tem_safe_pix_bit2pix()
2105 c.tc_char = TEM_ATTR(attr); in tem_safe_pix_clear_entire_screen()
2455 c.tc_char = TEM_ATTR(attr); in tem_safe_pix_cursor()
2564 if (!TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_RGB_FG) && in tem_safe_get_color()
2566 if (TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_BRIGHT_FG) || in tem_safe_get_color()
2567 (TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_BOLD) && !bold_font)) in tem_safe_get_color()
2573 if (!TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_RGB_BG) && in tem_safe_get_color()
2575 if (TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_BRIGHT_BG)) in tem_safe_get_color()
2596 if (TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_RGB_FG)) { in tem_safe_get_color()
2608 if (TEM_ATTR_ISSET(c->tc_char, TEM_ATTR_RGB_BG)) { in tem_safe_get_color()
2685 c.tc_char = TEM_ATTR(attr & ~TEM_ATTR_UNDERLINE) | ' '; in tem_safe_pix_cls_range()
2814 c.tc_char = TEM_ATTR(attr & ~TEM_ATTR_UNDERLINE) | ' '; in tem_safe_virtual_cls()