Home
last modified time | relevance | path

Searched refs:print_mdoc_head (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dmdoc_html.c52 static void print_mdoc_head(const struct roff_meta *,
298 print_mdoc_head(mdoc, h); in html_mdoc()
312 print_mdoc_head(const struct roff_meta *meta, struct html *h) in print_mdoc_head() function
H A Dmdoc_term.c63 static void print_mdoc_head(struct termp *, const struct roff_meta *);
281 term_begin(p, print_mdoc_head, print_mdoc_foot, mdoc); in terminal_mdoc()
493 print_mdoc_head(struct termp *p, const struct roff_meta *meta) in print_mdoc_head() function