Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h124 int term_hspan(const struct termp *, const struct roffsu *);
H A Dman_term.c427 v = term_hspan(p, &su); in pre_in()
512 len = term_hspan(p, &su); in pre_HP()
586 len = term_hspan(p, &su); in pre_IP()
668 len = term_hspan(p, &su); in pre_TP()
856 n->aux = term_hspan(p, &su); in pre_RS()
H A Dterm.c641 width = term_hspan(p, &su); in term_setwidth()
835 term_hspan(const struct termp *p, const struct roffsu *su) in term_hspan() function
H A Dmdoc_term.c541 return(term_hspan(p, &su)); in a2width()