Lines Matching defs:ma
1459 struct vis_conscopy ma;
1478 ma.s_row = s_row * tems.ts_font.height + tems.ts_p_offset.y;
1479 ma.e_row = (e_row + 1) * tems.ts_font.height + tems.ts_p_offset.y - 1;
1480 ma.t_row = t_row * tems.ts_font.height + tems.ts_p_offset.y;
1490 * console term. So that we set ma.e_col to entire row here.
1492 ma.s_col = s_col * tems.ts_font.width;
1493 ma.e_col = tems.ts_p_dimension.width - 1;
1495 ma.t_col = t_col * tems.ts_font.width;
1497 ma.s_col = s_col * tems.ts_font.width + tems.ts_p_offset.x;
1498 ma.e_col = (e_col + 1) * tems.ts_font.width +
1500 ma.t_col = t_col * tems.ts_font.width + tems.ts_p_offset.x;
1503 tems_safe_copy(&ma, credp, called_from);