Searched refs:a2height (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/mdocml/
H A Dman_term.c62 static size_t a2height(const struct termp *, const char *);
173 a2height(const struct termp *p, const char *cp) function
455 len = n->child ? a2height(p, n->child->string) : 1;
H A Dmdoc_term.c53 static size_t a2height(const struct termp *, const char *);
529 a2height(const struct termp *p, const char *v) function
1876 len = n->child ? a2height(p, n->child->string) : 1;

Completed in 107 milliseconds