Lines Matching refs:tp_col
292 tp.tp_col = scp->xsize; in scteken_sync_internal()
295 tp.tp_col = scp->xpos; in scteken_sync_internal()
384 sc_move_cursor(scp, p->tp_col, p->tp_row); in scteken_cursor()
548 cursor = tp->tp_row * scp->xsize + tp->tp_col; in scteken_putchar()
578 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) { in scteken_fill()
585 width = r->tr_end.tp_col - r->tr_begin.tp_col; in scteken_fill()
589 scp->xsize + r->tr_begin.tp_col, in scteken_fill()
596 r->tr_begin.tp_row * scp->xsize + r->tr_begin.tp_col); in scteken_fill()
598 (r->tr_end.tp_row - 1) * scp->xsize + (r->tr_end.tp_col - 1)); in scteken_fill()
616 r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize && in scteken_copy()
622 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) { in scteken_copy()
629 width = r->tr_end.tp_col - r->tr_begin.tp_col; in scteken_copy()
634 r->tr_begin.tp_col; in scteken_copy()
636 r->tr_end.tp_col; in scteken_copy()
637 dst = p->tp_row * scp->xsize + p->tp_col; in scteken_copy()
648 r->tr_begin.tp_col; in scteken_copy()
650 r->tr_begin.tp_col; in scteken_copy()
652 r->tr_begin.tp_row - 1) * scp->xsize + p->tp_col; in scteken_copy()
665 p->tp_row * scp->xsize + p->tp_col); in scteken_copy()
669 (p->tp_col + r->tr_end.tp_col - r->tr_begin.tp_col - 1)); in scteken_copy()