Home
last modified time | relevance | path

Searched refs:e_col (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtem_safe.c126 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 Dtem.c799 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
/titanic_50/usr/src/uts/common/sys/
H A Dvisual_io.h246 screen_pos_t e_col; /* Ending col */ member
/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c949 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_50/usr/src/lib/libshell/common/include/
H A Dedit.h133 int32_t e_col; /* for sh_keytrap */ member
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1075 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_50/usr/src/lib/libshell/common/edit/
H A Dedit.c1556 ep->e_col = ep->e_cur;
1559 ep->e_col++;
1565 nv_putval(ED_COLNOD,(char*)&ep->e_col,NV_NOFREE|NV_INTEGER);