Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtem_safe.c127 screen_pos_t t_col, screen_pos_t t_row,
1204 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_copy_area() argument
1215 t_col < 0 || t_row < 0 || in tem_safe_copy_area()
1218 t_col >= tems.ts_c_dimension.width || in tem_safe_copy_area()
1230 t_col + cols > tems.ts_c_dimension.width) in tem_safe_copy_area()
1236 t_col, t_row); in tem_safe_copy_area()
1242 e_col, e_row, t_col, t_row, credp, called_from); in tem_safe_copy_area()
1335 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_text_copy() argument
1348 da.t_col = t_col; in tem_safe_text_copy()
1405 screen_pos_t t_col, screen_pos_t t_row, in tem_safe_pix_copy() argument
[all …]
H A Dldterm.c704 tp->t_col = 0; in ldtermopen()
2021 tp->t_rocol = tp->t_col; in ldterm_docanon()
2372 col = tp->t_col - col; in ldterm_tabcols()
3482 tp->t_col += in ldterm_output_msg()
3500 tp->t_col++; in ldterm_output_msg()
3514 tp->t_col--; in ldterm_output_msg()
3529 tp->t_col++; in ldterm_output_msg()
3593 tp->t_col += bytes_moved; in ldterm_output_msg()
3628 tp->t_col += in ldterm_output_msg()
3738 tp->t_col += in ldterm_output_msg()
[all …]
H A Dtem.c800 ma.t_col = 0; in tem_prom_scroll_up()
/titanic_50/usr/src/uts/common/sys/
H A Dvisual_io.h248 screen_pos_t t_col; /* Col to move to */ member
H A Dldterm.h215 int t_col; /* output column of tty */ member
/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c951 ma->t_col < 0 || ma->t_col >= TEXT_COLS || in vgatext_cons_copy()
966 ma->t_col + chars_per_row > TEXT_COLS) in vgatext_cons_copy()
971 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col); in vgatext_cons_copy()
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1077 ma->t_col < 0 || ma->t_col >= TEXT_COLS || in vgatext_cons_copy()
1092 ma->t_col + chars_per_row > TEXT_COLS) in vgatext_cons_copy()
1097 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col); in vgatext_cons_copy()