Searched refs:tvs_outindex (Results 1 – 4 of 4) sorted by relevance
1849 tem->tvs_outbuf[tem->tvs_outindex].tc_char = ch | TEM_ATTR(attr); in tem_outch()1850 tem->tvs_outbuf[tem->tvs_outindex].tc_fg_color = fg; in tem_outch()1851 tem->tvs_outbuf[tem->tvs_outindex].tc_bg_color = bg; in tem_outch()1852 tem->tvs_outindex++; in tem_outch()1927 if (tem->tvs_outindex == 0) { in tem_send_data()1932 tem_virtual_display(tem, tem->tvs_outbuf, tem->tvs_outindex, in tem_send_data()1940 tem->tvs_outbuf, tem->tvs_outindex, in tem_send_data()1944 tem->tvs_outindex = 0; in tem_send_data()2683 tem->tvs_outindex = 0; in tem_reset_emulator()
202 int tvs_outindex; /* index into a_outbuf */ member
1299 tem->tvs_outbuf[tem->tvs_outindex].tc_char = ch | TEM_ATTR(attr); in tem_safe_outch()1300 tem->tvs_outbuf[tem->tvs_outindex].tc_fg_color = fg; in tem_safe_outch()1301 tem->tvs_outbuf[tem->tvs_outindex].tc_bg_color = bg; in tem_safe_outch()1302 tem->tvs_outindex++; in tem_safe_outch()1389 if (tem->tvs_outindex == 0) { in tem_safe_send_data()1395 tem->tvs_outbuf, tem->tvs_outindex, in tem_safe_send_data()1403 tem->tvs_outbuf, tem->tvs_outindex, in tem_safe_send_data()1408 tem->tvs_outindex = 0; in tem_safe_send_data()2310 tem->tvs_outindex = 0; in tem_safe_reset_emulator()
223 size_t tvs_outindex; /* index into a_outbuf */ member