Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mg/
Ddisplay.c70 int vtcol = HUGE; /* Virtual cursor column. */ variable
295 vtcol = col; in vtmove()
319 if (vtcol >= ncol) in vtputc()
322 target = ntabstop(vtcol, wp->w_bufp->b_tabw); in vtputc()
325 } while (vtcol < ncol && vtcol < target); in vtputc()
330 vp->v_text[vtcol++] = c; in vtputc()
353 if (vtcol >= ncol) in vtpute()
356 target = ntabstop(vtcol + lbound, wp->w_bufp->b_tabw); in vtpute()
359 } while (((vtcol + lbound) < target) && vtcol < ncol); in vtpute()
364 if (vtcol >= 0) in vtpute()
[all …]