HomeSort by: relevance | last modified time | path
    Searched refs:viscol (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/mdocml/dist/
term.c 108 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ?
109 0 : p->tcol->offset - p->viscol;
119 vfield = p->tcol->rmargin > p->viscol + vbl ?
120 p->tcol->rmargin - p->viscol - vbl : 0;
130 p->maxrmargin > p->viscol + vbl ?
131 p->maxrmargin - p->viscol - vbl : 0;
209 p->viscol = 0;
391 p->viscol += vbl;
400 p->viscol -= dv;
404 p->viscol += dv
    [all...]
tbl_term.c 327 tp->viscol = tp->tcol->offset;
450 if (tp->viscol < tp->tcol->rmargin) {
452 - tp->viscol);
453 tp->viscol = tp->tcol->rmargin;
455 while (tp->viscol < tp->tcol->rmargin +
530 } while (tp->viscol < tp->tcol->offset);
535 tp->viscol = 0;
602 if (tp->viscol == 0) {
604 tp->viscol = tp->tcols->offset;
710 tp->viscol = 0
    [all...]
term.h 73 size_t viscol; /* Chars on current line. */ member in struct:termp

Completed in 26 milliseconds