Searched refs:dcol (Results 1 – 2 of 2) sorted by relevance
106 int dcol, doneline, limit, n, ocol, width; in tabify() local111 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 …]
631 size_t dcol; /* Column spacing in basic units. */ in termp_it_pre() local700 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()