Searched refs:e_col (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | tem_safe.c | 126 screen_pos_t e_col, screen_pos_t e_row, 1203 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_copy_area() argument 1214 e_col < 0 || e_row < 0 || in tem_safe_copy_area() 1217 e_col >= tems.ts_c_dimension.width || in tem_safe_copy_area() 1224 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area() 1228 cols = e_col - s_col + 1; in tem_safe_copy_area() 1235 e_col, e_row, in tem_safe_copy_area() 1242 e_col, e_row, t_col, t_row, credp, called_from); in tem_safe_copy_area() 1334 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_text_copy() argument 1346 da.e_col = e_col; in tem_safe_text_copy() [all …]
|
H A D | tem.c | 799 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | visual_io.h | 246 screen_pos_t e_col; /* Ending col */ member
|
/titanic_41/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 949 ma->e_col < 0 || ma->e_col >= TEXT_COLS || in vgatext_cons_copy() 953 ma->s_col > ma->e_col || in vgatext_cons_copy() 961 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | edit.h | 133 int32_t e_col; /* for sh_keytrap */ member
|
/titanic_41/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 1075 ma->e_col < 0 || ma->e_col >= TEXT_COLS || in vgatext_cons_copy() 1079 ma->s_col > ma->e_col || in vgatext_cons_copy() 1087 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 1556 ep->e_col = ep->e_cur; 1559 ep->e_col++; 1565 nv_putval(ED_COLNOD,(char*)&ep->e_col,NV_NOFREE|NV_INTEGER);
|