Searched refs:term_hen (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | term_tab.c | 58 tabs.d = term_hen(p, &su); in term_tab_set() 87 pos = term_hen(p, &su); in term_tab_set()
|
H A D | roff_term.c | 171 ponew = term_hen(p, &su); in roff_term_pre_po() 242 len = term_hen(p, &su); in roff_term_pre_ti()
|
H A D | man_term.c | 399 v = term_hen(p, &su); in pre_in() 453 len = term_hen(p, &su); in pre_HP() 542 len = term_hen(p, &su); in pre_IP() 617 len = term_hen(p, &su); in pre_TP() 790 n->aux = term_hen(p, &su); in pre_RS()
|
H A D | term.h | 146 int term_hen(const struct termp *, const struct roffsu *);
|
H A D | term.c | 671 uc += term_hen(p, &su); in term_word() 704 uc = term_hen(p, &su); in term_word() 1162 term_hen(const struct termp *p, const struct roffsu *su) in term_hen() function
|
H A D | mdoc_term.c | 570 return term_hen(p, &su); in a2width() 707 offset += term_hen(p, &su) + dcol; in termp_it_pre() 726 width = term_hen(p, &su) + dcol; in termp_it_pre()
|
H A D | tbl_term.c | 147 i = term_hen((const struct termp *)arg, su); in term_tbl_sulen()
|