Searched refs:roffsu (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | out.h | 43 struct roffsu { struct 48 typedef size_t (*tbl_sulen)(const struct roffsu *, void *); argument 63 const char *a2roffsu(const char *, struct roffsu *, enum roffscale);
|
H A D | term.h | 121 const struct roffsu *); 145 int term_hspan(const struct termp *, const struct roffsu *); 146 int term_hen(const struct termp *, const struct roffsu *); 147 int term_vspan(const struct termp *, const struct roffsu *);
|
H A D | roff_term.c | 161 struct roffsu su; in roff_term_pre_po() 191 struct roffsu su; in roff_term_pre_sp() 221 struct roffsu su; in roff_term_pre_ti()
|
H A D | tbl_html.c | 40 static size_t html_tbl_sulen(const struct roffsu *, void *); 56 html_tbl_sulen(const struct roffsu *su, void *arg) in html_tbl_sulen()
|
H A D | term_ascii.c | 45 const struct roffsu *); 260 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
|
H A D | man_term.c | 260 struct roffsu su; in pre_PD() 374 struct roffsu su; in pre_in() 425 struct roffsu su; in pre_HP() 519 struct roffsu su; in pre_IP() 592 struct roffsu su; in pre_TP() 771 struct roffsu su; in pre_RS()
|
H A D | term.c | 549 struct roffsu su; in term_word() 928 struct roffsu su; in term_setwidth() 1107 term_vspan(const struct termp *p, const struct roffsu *su) in term_vspan() 1152 term_hspan(const struct termp *p, const struct roffsu *su) in term_hspan() 1162 term_hen(const struct termp *p, const struct roffsu *su) in term_hen()
|
H A D | term_tab.c | 46 struct roffsu su; in term_tab_set()
|
H A D | out.c | 60 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu() 120 struct roffsu su; in tblcalc()
|
H A D | term_ps.c | 97 const struct roffsu *); 1297 ps_hspan(const struct termp *p, const struct roffsu *su) in ps_hspan()
|
H A D | tbl_term.c | 42 static size_t term_tbl_sulen(const struct roffsu *, void *); 143 term_tbl_sulen(const struct roffsu *su, void *arg) in term_tbl_sulen()
|
H A D | mdoc_man.c | 493 struct roffsu su; in print_offs() 545 struct roffsu su; in print_width()
|
H A D | mdoc_term.c | 562 struct roffsu su; in a2width() 623 struct roffsu su; in termp_it_pre()
|