Searched refs:ts_blank_line (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem.c | 574 sizeof (*tems.ts_blank_line); in tems_setup_terminal() 627 if (tems.ts_blank_line) in tems_setup_terminal() 628 kmem_free(tems.ts_blank_line, old_blank_buf_size); in tems_setup_terminal() 630 tems.ts_blank_line = kmem_alloc(tems.ts_c_dimension.width * in tems_setup_terminal() 631 sizeof (*tems.ts_blank_line), KM_SLEEP); in tems_setup_terminal()
|
H A D | tem_safe.c | 1892 tems.ts_blank_line[i] = c; in tem_safe_text_cls() 1894 tem_safe_text_display(tem, tems.ts_blank_line, count, row, col, in tem_safe_text_cls() 2817 tems.ts_blank_line[i] = c; in tem_safe_virtual_cls() 2819 tem_safe_virtual_display(tem, tems.ts_blank_line, count, row, col); in tem_safe_virtual_cls()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tem_impl.h | 279 term_char_t *ts_blank_line; /* a blank line for scrolling */ member
|