Lines Matching refs:term_len
266 p->tabwidth = term_len(p, 5);
431 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0;
498 (p->maxrmargin - vollen + term_len(p, 1)) / 2 :
631 width = term_len(p, 2);
634 width = term_len(p, 8);
638 width = term_len(p, 10);
675 dcol = ncols < 5 ? term_len(p, 4) :
676 ncols == 5 ? term_len(p, 3) : term_len(p, 1);
713 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2);
768 if (width <= (int)term_len(p, 2))
984 p->offset += term_len(p, 6);
986 p->offset += term_len(p, 1) + term_strlen(p, cp);
1000 p->rmargin = p->offset + term_len(p, 1);
1008 p->rmargin += term_len(p, 5);
1357 p->offset = term_len(p, p->defindent);
1425 p->offset += term_len(p, p->defindent + 1);
1454 p->rmargin = p->offset + term_len(p, 4);
1547 p->offset += term_len(p, p->defindent + 1);
1549 p->offset += term_len(p, (p->defindent + 1) * 2);
1573 p->tabwidth = term_len(p, 8);
1728 p->offset = term_len(p, (p->defindent+1)/2);
1731 p->offset = term_len(p, p->defindent);
2001 p->rmargin = p->offset + term_len(p, 4);