Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtree.c43 static void print_meta(const struct roff_meta *);
51 print_meta(mdoc); in tree_mdoc()
59 print_meta(man); in tree_man()
67 print_meta(const struct roff_meta *meta) in print_meta() function