Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c145 screen_pos_t e_col, screen_pos_t e_row,
1689 e_col < 0 || e_row < 0 || 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()
1864 da.e_col = e_col; in tem_safe_text_copy()
1974 ma.e_col = (e_col + 1) * tems.ts_font.vf_width + in tem_safe_pix_copy()
2737 chars_per_row = e_col - s_col + 1; in i_virtual_copy_tem_chars()
2784 e_col < 0 || e_col >= cols || in tem_safe_virtual_copy()
2788 s_col > e_col || in tem_safe_virtual_copy()
2792 chars_per_row = e_col - s_col + 1; in tem_safe_virtual_copy()
[all …]
H A Dtem.c844 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c122 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()
2206 e_col < 0 || e_row < 0 || 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()
2341 for (j = s_col; j <= e_col; j++) { in tem_image_display()
2359 da.e_col = e_col; in tem_text_copy()
[all …]
H A Dgfx_fb.c992 width = ma->e_col - ma->s_col + 1; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c285 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 Dboot_fb.c57 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 Dvisual_io.h258 screen_pos_t e_col; /* Ending col */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h148 int32_t e_col; /* for sh_keytrap */ member
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c660 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 Dgfxp_bitmap.c327 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 Dedit.c1577 ep->e_col = ep->e_cur;
1580 ep->e_col++;
1586 nv_putval(ED_COLNOD,(char*)&ep->e_col,NV_NOFREE|NV_INTEGER);