Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman_term.c61 static size_t a2height(const struct termp *, const char *);
180 a2height(const struct termp *p, const char *cp) in a2height() function
503 len = a2height(p, s); in pre_sp()
H A Dmdoc_term.c54 static size_t a2height(const struct termp *, const char *);
516 a2height(const struct termp *p, const char *v) in a2height() function
1885 len = n->child ? a2height(p, n->child->string) : 1; in termp_sp_pre()