Home
last modified time | relevance | path

Searched refs:term_strlen (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/mdocml/
HDtbl_term.c52 return(term_strlen((const struct termp *)arg, p)); in term_tbl_strlen()
362 sz = term_strlen(tp, cp); in tbl_char()
375 len = term_strlen(tp, dp->string); in tbl_literal()
420 sz = term_strlen(tp, dp->string); in tbl_number()
425 psz = term_strlen(tp, buf); in tbl_number()
431 ssz += term_strlen(tp, buf); in tbl_number()
HDmdoc_term.c430 term_strlen(p, m->date) + term_len(p, 1)) / 2; in print_mdoc_foot()
437 p->rmargin = p->maxrmargin - term_strlen(p, m->os); in print_mdoc_foot()
484 buflen = term_strlen(p, buf); in print_mdoc_head()
493 titlen = term_strlen(p, title); in print_mdoc_head()
499 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_mdoc_head()
549 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2width()
569 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2offs()
1010 (NULL == n->prev->child ? term_strlen(p, m->name) : in termp_nm_pre()
1012 term_strlen(p, n->prev->child->string) : in termp_nm_pre()
1027 p->rmargin += term_strlen(p, m->name); in termp_nm_pre()
[all …]
HDman_term.c1014 datelen = term_strlen(p, meta->date); in print_man_foot()
1030 p->rmargin = p->maxrmargin - term_strlen(p, title); in print_man_foot()
1064 buflen = term_strlen(p, buf); in print_man_head()
1069 titlen = term_strlen(p, title); in print_man_head()
1075 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_man_head()
HDterm.h115 size_t term_strlen(const struct termp *, const char *);
HDterm.c595 term_strlen(const struct termp *p, const char *cp) in term_strlen() function