Home
last modified time | relevance | path

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

/src/usr.bin/unexpand/
H A Dunexpand.c106 int dcol, doneline, limit, n, ocol, width; in tabify() local
111 doneline = ocol = dcol = 0; in tabify()
114 if (++dcol >= limit) in tabify()
119 dcol = (1 + dcol / tabstops[0]) * in tabify()
124 tabstops[n] - 1 < dcol; n++) in tabify()
127 dcol = tabstops[n]; in tabify()
137 <= (dcol / tabstops[0])) { in tabify()
138 if (dcol - ocol < 2) in tabify()
147 while (ocol < dcol && n < nstops && ocol < limit) { in tabify()
154 while (ocol < dcol && ocol < limit) { in tabify()
[all …]
/src/contrib/mandoc/
H A Dmdoc_term.c631 size_t dcol; /* Column spacing in basic units. */ in termp_it_pre() local
700 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre()
713 offset += term_hspan(p, &su) + dcol; in termp_it_pre()
731 width = term_hspan(p, &su) + dcol; in termp_it_pre()