Lines Matching refs:ccol
142 const struct wsscreen_descr *type, void *cookie, int ccol, int crow,
154 vd->ccol = ccol;
217 int ccol, int crow, long defattr)
224 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr);
242 void *cookie, int ccol, int crow, void *cbcookie, long defattr)
252 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr);
280 *ccolp = vd->ccol;
326 vd->ccol = vd->crow = 0;
421 vd->ccol = 0;
438 COPYCOLS(vd, vd->ccol, vd->ccol + 1, COLS_LEFT(vd));
441 vd->ccol << vd->dw, dc,
445 vd->ccol++;
472 if (vd->ccol > 0) {
473 vd->ccol--;
478 vd->ccol = 0;
485 for (n = vd->ccol + 1; n < NCOLS(vd) - 1; n++)
489 n = vd->ccol + uimin(8 - (vd->ccol & 7), COLS_LEFT(vd));
491 vd->ccol = n;
556 edp->savedcursor_col = vd->ccol;
571 vd->ccol = edp->savedcursor_col;
589 vd->ccol = 0;
596 vd->tabs[vd->ccol] = 1;
629 vd->ccol = vd->crow = 0;
944 if (vd->ccol > (vd->ncols >> 1) - 1)
945 vd->ccol = (vd->ncols >> 1) - 1;
953 vd->ccol = 0;
1018 vd->crow, vd->ccol << vd->dw);
1034 vd->crow, vd->ccol << vd->dw);