Searched defs:e_col (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h225 * specified by the rectangle (s_col,s_row),(e_col,e_row) to the location
246 screen_pos_t e_col; /* Ending col */ member in struct:vis_conscopy
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h133 int32_t e_col; /* for sh_keytrap */ member in struct:edit
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c130 screen_pos_t e_col, screen_pos_t e_row,
1253 screen_pos_t e_col, screen_pos_t e_row,
1264 e_col < 0 || e_row < 0 ||
1267 e_col >= tems.ts_c_dimension.width ||
1274 if (s_row > e_row || s_col > e_col)
1278 cols = e_col - s_col + 1;
1285 e_col, e_row,
1292 e_col, e_row, t_col, t_row, credp, called_from);
1384 screen_pos_t e_col, screen_pos_t e_row,
1396 da.e_col
1251 tem_safe_copy_area(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument
1382 tem_safe_text_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument
1452 tem_safe_pix_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument
2307 i_virtual_copy(unsigned char *base, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row) argument
2356 tem_safe_virtual_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row) argument
[all...]

Completed in 65 milliseconds