Home
last modified time | relevance | path

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

/dragonfly/usr.bin/column/
H A Dcolumn.c218 int coloff, cnt; in maketbl() local
232 for (coloff = 0, p = *lp; in maketbl()
235 if (++coloff == maxcols) { in maketbl()
249 for (t->cols = coloff; --coloff >= 0;) { in maketbl()
250 t->list[coloff] = cols[coloff]; in maketbl()
251 t->len[coloff] = width(cols[coloff]); in maketbl()
252 if (t->len[coloff] > lens[coloff]) in maketbl()
253 lens[coloff] = t->len[coloff]; in maketbl()
257 for (coloff = 0; coloff < t->cols - 1; ++coloff) in maketbl()
259 lens[coloff] - t->len[coloff] + 2, L" "); in maketbl()
[all …]
/dragonfly/contrib/mdocml/
H A Dtbl_term.c168 size_t coloff, tsz; in term_tbl() local
233 coloff = tp->tcol->offset; in term_tbl()
239 coloff++; in term_tbl()
240 tp->tcol->rmargin = coloff; in term_tbl()
249 tp->tcol->offset = coloff; in term_tbl()
251 coloff += tp->tbl.cols[ic].width; in term_tbl()
252 tp->tcol->rmargin = coloff; in term_tbl()
254 coloff += tp->tbl.cols[ic].spacing; in term_tbl()
269 tp->tcol->offset = coloff + 1; in term_tbl()