Lines Matching defs:term_len
114 if (p->minbl > 0 && vbl < term_len(p, p->minbl))
115 vbl = term_len(p, p->minbl);
167 p->tcol->taboff += term_len(p, 1);
184 vbr += term_len(p, 1);
251 vbr + term_len(p, p->trailspace) > vfield + term_len(p, 1) / 2))
459 p->maxrmargin - p->viscol + term_len(p, 1));
682 bu = -term_len(p, p->col);
690 bu -= term_len(p, 1);
703 if (term_len(p, p->col) >= (size_t)(-bu)) {
704 p->col -= -bu / term_len(p, 1);
706 bu += term_len(p, p->col);
974 term_len(const struct termp *p, size_t sz)