Searched refs:mdoc_meta (Results 1 – 6 of 6) sorted by relevance
221 struct mdoc_meta { struct391 const struct mdoc_meta *mdoc_meta(const struct mdoc *);
43 struct mdoc_meta meta; /* document meta-data */
45 const struct mdoc_meta *meta, \254 const struct mdoc_meta *meta; in terminal_mdoc()270 meta = mdoc_meta(mdoc); in terminal_mdoc()395 const struct mdoc_meta *meta; in print_mdoc_foot()397 meta = (const struct mdoc_meta *)arg; in print_mdoc_foot()447 const struct mdoc_meta *meta; in print_mdoc_head()449 meta = (const struct mdoc_meta *)arg; in print_mdoc_head()
115 const struct mdoc_meta *116 mdoc_meta(const struct mdoc *mdoc) in mdoc_meta() function157 memset(&mdoc->meta, 0, sizeof(struct mdoc_meta)); in mdoc_alloc1()
31 #define DECL_ARGS const struct mdoc_meta *meta, \538 const struct mdoc_meta *meta; in man_mdoc()541 meta = mdoc_meta(mdoc); in man_mdoc()
38 #define MDOC_ARGS const struct mdoc_meta *meta, \266 print_mdoc(mdoc_meta(mdoc), mdoc_node(mdoc), in html_mdoc()