Searched refs:tvs_c_cursor (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 753 snprintf(buf, sizeof (buf), "%d", active->tvs_c_cursor.col); in tem_save_state() 755 snprintf(buf, sizeof (buf), "%d", active->tvs_c_cursor.row); in tem_save_state() 861 tem->tvs_s_cursor.row = tem->tvs_c_cursor.row = in tem_pix_align() 863 tem->tvs_s_cursor.col = tem->tvs_c_cursor.col = 0; in tem_pix_align() 1114 tem->tvs_c_cursor.row, in tem_control() 1115 tem->tvs_c_cursor.col - 1); in tem_control() 1510 row = tem->tvs_c_cursor.row; in tem_chkparam() 1511 col = tem->tvs_c_cursor.col; in tem_chkparam() 1597 tem->tvs_c_cursor.col, in tem_chkparam() 1598 tem->tvs_c_cursor.row, in tem_chkparam() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem_safe.c | 463 tem->tvs_c_cursor.row, in tem_safe_control() 464 tem->tvs_c_cursor.col - 1, in tem_safe_control() 916 row = tem->tvs_c_cursor.row; in tem_safe_chkparam() 917 col = tem->tvs_c_cursor.col; in tem_safe_chkparam() 1015 tem->tvs_c_cursor.col, in tem_safe_chkparam() 1016 tem->tvs_c_cursor.row, in tem_safe_chkparam() 1017 tem->tvs_c_cursor.col, credp, called_from); in tem_safe_chkparam() 1020 for (row = tem->tvs_c_cursor.row + 1; in tem_safe_chkparam() 1033 row < tem->tvs_c_cursor.row; in tem_safe_chkparam() 1041 tem->tvs_c_cursor.col + 1, in tem_safe_chkparam() [all …]
|
H A D | tem.c | 931 tem->tvs_s_cursor.row = tem->tvs_c_cursor.row = in tem_align() 933 tem->tvs_s_cursor.col = tem->tvs_c_cursor.col = 0; in tem_align()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | tem_impl.h | 198 struct tem_char_pos tvs_c_cursor; /* current cursor position */ member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tem_impl.h | 218 struct tem_char_pos tvs_c_cursor; /* current cursor position */ member
|