Searched refs:roffsu (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | term.h | 120 const struct roffsu *); 144 int term_hspan(const struct termp *, const struct roffsu *); 145 int term_hen(const struct termp *, const struct roffsu *); 146 int term_vspan(const struct termp *, const struct roffsu *);
|
H A D | out.h | 41 struct roffsu { struct 46 typedef size_t (*tbl_sulen)(const struct roffsu *, void *); argument 66 const char *a2roffsu(const char *, struct roffsu *, enum roffscale);
|
H A D | roff_term.c | 157 struct roffsu su; in roff_term_pre_po() 179 struct roffsu su; in roff_term_pre_sp() 209 struct roffsu su; in roff_term_pre_ti()
|
H A D | tbl_html.c | 35 static size_t html_tbl_sulen(const struct roffsu *, void *); 51 html_tbl_sulen(const struct roffsu *su, void *arg) in html_tbl_sulen()
|
H A D | term.c | 527 struct roffsu su; in term_word() 872 struct roffsu su; in term_setwidth() 1051 term_vspan(const struct termp *p, const struct roffsu *su) in term_vspan() 1096 term_hspan(const struct termp *p, const struct roffsu *su) in term_hspan() 1106 term_hen(const struct termp *p, const struct roffsu *su) in term_hen()
|
H A D | man_term.c | 260 struct roffsu su; in pre_PD() 351 struct roffsu su; in pre_in() 402 struct roffsu su; in pre_HP() 496 struct roffsu su; in pre_IP() 569 struct roffsu su; in pre_TP() 756 struct roffsu su; in pre_RS()
|
H A D | term_ascii.c | 45 const struct roffsu *); 251 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
|
H A D | term_tab.c | 43 struct roffsu su; in term_tab_set()
|
H A D | out.c | 57 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) in a2roffsu() 117 struct roffsu su; in tblcalc()
|
H A D | term_ps.c | 97 const struct roffsu *); 1294 ps_hspan(const struct termp *p, const struct roffsu *su) in ps_hspan()
|
H A D | tbl_term.c | 39 static size_t term_tbl_sulen(const struct roffsu *, void *); 139 term_tbl_sulen(const struct roffsu *su, void *arg) in term_tbl_sulen()
|
H A D | mdoc_man.c | 492 struct roffsu su; in print_offs() 544 struct roffsu su; in print_width()
|
H A D | mdoc_term.c | 561 struct roffsu su; in a2width() 635 struct roffsu su; in termp_it_pre()
|