Lines Matching refs:term_strlen
413 term_strlen(p, meta->date) + term_len(p, 1)) / 2; in print_mdoc_foot()
421 p->rmargin = p->maxrmargin - term_strlen(p, meta->os); in print_mdoc_foot()
469 buflen = term_strlen(p, buf); in print_mdoc_head()
478 titlen = term_strlen(p, title); in print_mdoc_head()
485 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_mdoc_head()
536 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2width()
556 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2offs()
1011 term_strlen(p, meta->name) : in termp_nm_pre()
1013 term_strlen(p, n->prev->child->string) : in termp_nm_pre()
1029 p->rmargin += term_strlen(p, meta->name); in termp_nm_pre()
1031 p->rmargin += term_strlen(p, n->child->string); in termp_nm_pre()