Searched refs:dcol (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/unexpand/
H A Dunexpand.c120 int dcol, doneline, limit, n, ocol, width; local
125 doneline = ocol = dcol = 0;
128 if (++dcol >= limit)
133 dcol = (1 + dcol / tabstops[0]) *
138 tabstops[n] - 1 < dcol; n++)
141 dcol = tabstops[n];
151 <= (dcol / tabstops[0])) {
152 if (dcol - ocol < 2)
161 while (ocol < dcol
[all...]
/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_term.c643 size_t ncols, dcol; local
708 dcol = ncols < 5 ? term_len(p, 4) :
722 offset += term_hen(p, &su) + dcol;
740 width = term_hen(p, &su) + dcol;

Completed in 119 milliseconds