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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.c56 p->tcol = p->tcols;
62 for (p->tcol = p->tcols; p->tcol < p->tcols + p->maxtcol; p->tcol++)
63 free(p->tcol->buf);
109 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ?
110 0 : p->tcol->offset - p->viscol;
115 p->tcol->col = 0;
120 vfield = p->tcol->rmargin > p->viscol + vbl ?
121 p->tcol
[all...]
H A Dman_term.c160 p->tcol->rmargin = p->maxrmargin = p->defrmargin;
256 if (n->parent->tok == MAN_HP && p->tcol->rmargin < p->maxrmargin) {
257 p->tcol->offset = p->tcol->rmargin;
258 p->tcol->rmargin = p->maxrmargin;
368 p->tcol->offset = mt->offset;
388 p->tcol->offset -= p->tcol->offset > v ? v : p->tcol->offset;
390 p->tcol
[all...]
H A Droff_term.c70 p->tcol->offset = p->tcol->rmargin;
71 p->tcol->rmargin = p->maxrmargin;
172 ponew = po - polast + (int)p->tcol->offset;
173 p->tcol->offset = ponew > 0 ? ponew : 0;
232 p->ti = len - p->tcol->offset;
233 p->tcol->offset = len;
236 p->tcol->offset += len;
237 } else if ((size_t)len < p->tcol->offset) {
239 p->tcol
[all...]
H A Dmdoc_term.c261 p->tcol->rmargin = p->maxrmargin = p->defrmargin;
336 offset = p->tcol->offset;
337 rmargin = p->tcol->rmargin;
441 p->tcol->offset = offset;
442 p->tcol->rmargin = rmargin;
462 p->tcol->offset = 0;
464 p->tcol->rmargin = p->maxrmargin > sz ?
472 p->tcol->offset = p->tcol->rmargin;
474 p->tcol
[all...]
H A Dtbl_term.c175 save_offset = tp->tcol->offset;
191 tblcalc(&tp->tbl, sp, tp->tcol->offset, tp->tcol->rmargin);
206 offset = tp->tcol->offset;
215 if (offset + tsz > tp->tcol->rmargin)
217 offset = offset + tp->tcol->rmargin > tsz ?
218 (offset + tp->tcol->rmargin - tsz) / 2 : 0;
219 tp->tcol->offset = offset;
234 tp->tcol->offset = offset;
244 coloff = tp->tcol
[all...]
H A Dterm_ascii.c71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
167 p->tcol->rmargin = p->defrmargin;
178 p->lastrmargin = p->tcol->rmargin;
179 p->tcol->rmargin = p->maxrmargin = p->defrmargin;
235 p->tcol->offset -= p->ti;
393 p->tcol->offset -= p->ti;
H A Dterm.h64 struct termp_col *tcol; /* Current table column. */ member in struct:termp
H A Dterm_ps.c535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
1255 p->tcol->offset -= p->ti;
/freebsd-12-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 79 milliseconds