Searched refs:term_hspan (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h126 int term_hspan(const struct termp *, const struct roffsu *);
H A Dman_term.c424 v = (term_hspan(p, &su) + 11) / 24;
515 len = term_hspan(p, &su) / 24;
600 len = term_hspan(p, &su) / 24;
682 len = term_hspan(p, &su) / 24;
885 n->aux = term_hspan(p, &su) / 24;
H A Dterm.c634 width = term_hspan(p, &su);
825 term_hspan(const struct termp *p, const struct roffsu *su) function
H A Dmdoc_term.c538 return term_hspan(p, &su) / 24;

Completed in 91 milliseconds