Home
last modified time | relevance | path

Searched refs:screen_pos_t (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtem_impl.h119 screen_pos_t x;
120 screen_pos_t y;
124 screen_pos_t col;
125 screen_pos_t row;
154 screen_pos_t tvs_tabs[TEM_MAXTAB]; /* tab stops */
186 screen_pos_t, screen_pos_t, unsigned char, unsigned char,
189 screen_pos_t, screen_pos_t, screen_pos_t, screen_pos_t,
190 screen_pos_t, screen_pos_t, cred_t *, enum called_from);
196 screen_pos_t, screen_pos_t, cred_t *, enum called_from);
255 int, screen_pos_t, screen_pos_t,
[all …]
H A Dvisual_io.h160 typedef short screen_pos_t; typedef
233 screen_pos_t row; /* Row to display data at */
234 screen_pos_t col; /* Col to display data at */
243 screen_pos_t s_row; /* Starting row */
244 screen_pos_t s_col; /* Starting col */
245 screen_pos_t e_row; /* Ending row */
246 screen_pos_t e_col; /* Ending col */
247 screen_pos_t t_row; /* Row to move to */
248 screen_pos_t t_col; /* Col to move to */
252 screen_pos_t row; /* Row to display cursor at */
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dtem_safe.c122 int count, screen_pos_t row, screen_pos_t col,
125 screen_pos_t s_col, screen_pos_t s_row,
126 screen_pos_t e_col, screen_pos_t e_row,
127 screen_pos_t t_col, screen_pos_t t_row,
130 int, int, screen_pos_t, screen_pos_t,
137 static void tem_safe_virtual_cls(struct tem_vt_state *, int, screen_pos_t,
138 screen_pos_t);
140 unsigned char *, int, screen_pos_t, screen_pos_t,
142 static void tem_safe_virtual_copy(struct tem_vt_state *, screen_pos_t,
143 screen_pos_t, screen_pos_t, screen_pos_t,
[all …]
H A Dtem.c885 (screen_pos_t)row; in tem_pix_align()
/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c189 screen_pos_t *row, screen_pos_t *col);
1081 screen_pos_t *row, screen_pos_t *col) in vgatext_get_cursor()
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c194 screen_pos_t *row, screen_pos_t *col);
1207 screen_pos_t *row, screen_pos_t *col) in vgatext_get_cursor()