Lines Matching refs:tp_col
154 for (p.tp_col = r->tr_begin.tp_col;
155 p.tp_col < r->tr_end.tp_col; p.tp_col++) {
156 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col;
157 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row)
185 col = p->tp_col;
186 if (p->tp_col >= state->tg_tp.tp_col)
187 col = state->tg_tp.tp_col - 1;
199 px = screen_buffer + p->tp_col + p->tp_row * state->tg_tp.tp_col;
218 conout->SetCursorPosition(conout, p->tp_col, p->tp_row);
223 p->tp_col == state->tg_tp.tp_col - 1)
242 idx = p->tp_col + p->tp_row * state->tg_tp.tp_col;
243 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row)
266 for (p.tp_col = r->tr_begin.tp_col;
267 p.tp_col < r->tr_end.tp_col; p.tp_col++)
281 soffset = s->tp_col + s->tp_row * state->tg_tp.tp_col;
282 doffset = d->tp_col + d->tp_row * state->tg_tp.tp_col;
287 sp.tp_col = s->tp_col + x;
288 dp.tp_col = d->tp_col + x;
297 if (dp.tp_col + 1 == state->tg_tp.tp_col &&
323 ncol = r->tr_end.tp_col - r->tr_begin.tp_col;
328 if (p->tp_row == 0 && p->tp_col == 0 &&
329 nrow == state->tg_tp.tp_row - 2 && ncol == state->tg_tp.tp_col - 2)
332 soffset = r->tr_begin.tp_col + r->tr_begin.tp_row * state->tg_tp.tp_col;
333 doffset = p->tp_col + p->tp_row * state->tg_tp.tp_col;
895 gfx_state.tg_origin.tp_col,
898 gfx_state.tg_fb.fb_width - gfx_state.tg_origin.tp_col - 1,
998 gfx_state.tg_tp.tp_col = 80;
1001 cols = gfx_state.tg_tp.tp_col;
1005 gfx_state.tg_origin.tp_col = (fb_width -
1031 gfx_state.tg_tp.tp_col = cols;