Searched refs:tcol (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dterm.c51 p->tcol = p->tcols;
57 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++)
58 free(p->tcol->buf);
115 size_t j; /* temporary loop index for p->tcol->buf */
121 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ?
122 0 : p->tcol->offset - p->viscol;
125 maxvis = p->tcol->rmargin > p->viscol + vbl ?
126 p->tcol
[all...]
H A Droff_term.c67 p->tcol->offset = p->tcol->rmargin;
68 p->tcol->rmargin = p->maxrmargin;
80 lm = p->tcol->offset;
94 p->tcol->offset = len >= p->tcol->rmargin ? 0 :
95 lm + len >= p->tcol->rmargin ? p->tcol->rmargin - len :
96 n->tok == ROFF_rj ? p->tcol->rmargin - len :
97 (lm + p->tcol
[all...]
H A Dman_term.c149 p->tcol->rmargin = p->maxrmargin = p->defrmargin;
243 if (n->parent->tok == MAN_HP && p->tcol->rmargin < p->maxrmargin) {
244 p->tcol->offset = p->tcol->rmargin;
245 p->tcol->rmargin = p->maxrmargin;
365 p->tcol->offset = mt->offset;
385 p->tcol->offset -= p->tcol->offset > v ? v : p->tcol->offset;
387 p->tcol
[all...]
H A Dmdoc_term.c262 p->tcol->rmargin = p->maxrmargin = p->defrmargin;
319 offset = p->tcol->offset;
320 rmargin = p->tcol->rmargin;
410 p->tcol->offset = offset;
411 p->tcol->rmargin = rmargin;
431 p->tcol->offset = 0;
433 p->tcol->rmargin = p->maxrmargin > sz ?
441 p->tcol->offset = p->tcol->rmargin;
443 p->tcol
[all...]
H A Dtbl_term.c97 tblcalc(&tp->tbl, sp, tp->tcol->offset, tp->tcol->rmargin);
112 offset = tp->tcol->offset;
121 if (offset + tsz > tp->tcol->rmargin)
123 tp->tcol->offset = offset + tp->tcol->rmargin > tsz ?
124 (offset + tp->tcol->rmargin - tsz) / 2 : 0;
147 coloff = tp->tcol->offset;
154 tp->tcol->rmargin = coloff;
162 tp->tcol
[all...]
H A Dterm_ascii.c69 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
153 p->tcol->rmargin = p->defrmargin;
162 p->lastrmargin = p->tcol->rmargin;
163 p->tcol->rmargin = p->maxrmargin = p->defrmargin;
220 p->tcol->offset -= p->ti;
376 p->tcol->offset -= p->ti;
H A Dterm.h64 struct termp_col *tcol; /* Current table column. */ member in struct:termp
H A Dterm_ps.c542 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
1226 p->tcol->offset -= p->ti;
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c266 size_t tcol; /* Temporary column. */ local
1338 if (vs_column(sp, &tcol))
1340 if (tcol >= margin) {

Completed in 295 milliseconds