Searched refs:e_col (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem_safe.c | 145 screen_pos_t e_col, screen_pos_t e_row, 1676 screen_pos_t e_col, screen_pos_t e_row, in tem_safe_copy_area() argument 1689 e_col < 0 || e_row < 0 || in tem_safe_copy_area() 1692 e_col >= tems.ts_c_dimension.width || in tem_safe_copy_area() 1699 if (s_row > e_row || s_col > e_col) in tem_safe_copy_area() 1703 cols = e_col - s_col + 1; in tem_safe_copy_area() 1726 e_col - cols + width, s_row + i, in tem_safe_copy_area() 1731 e_col - cols + width, s_row + i, in tem_safe_copy_area() 1744 e_col - cols + width, s_row + i, in tem_safe_copy_area() 1749 e_col - cols + width, s_row + i, in tem_safe_copy_area() [all …]
|
H A D | tem.c | 844 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
|
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 122 screen_pos_t e_col, screen_pos_t e_row, 783 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up() 2197 screen_pos_t e_col, screen_pos_t e_row, in tem_copy_area() argument 2206 e_col < 0 || e_row < 0 || in tem_copy_area() 2209 e_col >= tems.ts_c_dimension.width || in tem_copy_area() 2216 if (s_row > e_row || s_col > e_col) in tem_copy_area() 2220 cols = e_col - s_col + 1; in tem_copy_area() 2228 e_col, e_row, t_col, t_row); in tem_copy_area() 2253 e_col - cols + width, s_row + i, in tem_copy_area() 2268 e_col - cols + width, s_row + i, in tem_copy_area() [all …]
|
H A D | gfx_fb.c | 992 width = ma->e_col - ma->s_col + 1; in gfx_fb_cons_copy()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vidconsole.c | 285 ma->e_col < 0 || ma->e_col >= TEXT_COLS || in vidc_text_cons_copy() 289 ma->s_col > ma->e_col || in vidc_text_cons_copy() 297 chars_per_row = ma->e_col - ma->s_col + 1; in vidc_text_cons_copy()
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_fb.c | 57 uint16_t e_col; /* Ending col */ member 609 width = (c_copy->e_col - c_copy->s_col + 1) * fb_info.bpp; in boot_fb_conscopy() 636 c_copy.e_col = (fb_info.terminal.x - chars) * boot_fb_font.vf_width; in boot_fb_shiftline() 637 c_copy.e_col += fb_info.terminal_origin.x; in boot_fb_shiftline() 658 c_copy.e_col = fb_info.screen.x - fb_info.terminal_origin.x; in boot_fb_scroll()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | visual_io.h | 258 screen_pos_t e_col; /* Ending col */ member
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 148 int32_t e_col; /* for sh_keytrap */ member
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 660 ma->e_col < 0 || ma->e_col >= VGA_TEXT_COLS || in vgatext_cons_copy() 664 ma->s_col > ma->e_col || in vgatext_cons_copy() 672 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
|
H A D | gfxp_bitmap.c | 327 width = (ma->e_col - ma->s_col + 1) * console->fb.bpp; in bitmap_cons_copy()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 1577 ep->e_col = ep->e_cur; 1580 ep->e_col++; 1586 nv_putval(ED_COLNOD,(char*)&ep->e_col,NV_NOFREE|NV_INTEGER);
|