/freebsd/contrib/mandoc/ |
H A D | main.h | 19 struct roff_meta; 30 void html_mdoc(void *, const struct roff_meta *); 31 void html_man(void *, const struct roff_meta *); 35 void tree_mdoc(void *, const struct roff_meta *); 36 void tree_man(void *, const struct roff_meta *); 38 void man_mdoc(void *, const struct roff_meta *); 49 void terminal_mdoc(void *, const struct roff_meta *); 50 void terminal_man(void *, const struct roff_meta *); 53 void markdown_mdoc(void *, const struct roff_meta *);
|
H A D | mandocdb.c | 110 typedef int (*mdoc_fp)(struct mpage *, const struct roff_meta *, 139 static void parse_man(struct mpage *, const struct roff_meta *, 141 static void parse_mdoc(struct mpage *, const struct roff_meta *, 143 static int parse_mdoc_head(struct mpage *, const struct roff_meta *, 145 static int parse_mdoc_Fa(struct mpage *, const struct roff_meta *, 147 static int parse_mdoc_Fd(struct mpage *, const struct roff_meta *, 150 static int parse_mdoc_Fn(struct mpage *, const struct roff_meta *, 152 static int parse_mdoc_Fo(struct mpage *, const struct roff_meta *, 154 static int parse_mdoc_Nd(struct mpage *, const struct roff_meta *, 156 static int parse_mdoc_Nm(struct mpage *, const struct roff_meta *, [all …]
|
H A D | mandoc_parse.h | 35 struct roff_meta; 44 struct roff_meta *mparse_result(struct mparse *);
|
H A D | term.h | 40 struct roff_meta; 45 typedef void (*term_margin)(struct termp *, const struct roff_meta *); 141 term_margin, const struct roff_meta *);
|
H A D | man_html.c | 38 #define MAN_ARGS const struct roff_meta *man, \ 47 static void print_man_head(const struct roff_meta *, 67 static void man_root_post(const struct roff_meta *, 69 static void man_root_pre(const struct roff_meta *, 115 html_man(void *arg, const struct roff_meta *man) in html_man() 144 print_man_head(const struct roff_meta *man, struct html *h) in print_man_head() 265 man_root_pre(const struct roff_meta *man, struct html *h) in man_root_pre() 293 man_root_post(const struct roff_meta *man, struct html *h) in man_root_post()
|
H A D | roff_int.h | 23 struct roff_meta; 33 struct roff_meta meta; /* Public parse results. */
|
H A D | tree.c | 43 static void print_meta(const struct roff_meta *); 49 tree_mdoc(void *arg, const struct roff_meta *mdoc) in tree_mdoc() 57 tree_man(void *arg, const struct roff_meta *man) in tree_man() 67 print_meta(const struct roff_meta *meta) in print_meta()
|
H A D | mdoc_html.c | 40 #define MDOC_ARGS const struct roff_meta *meta, \ 53 static void print_mdoc_head(const struct roff_meta *, 59 static void mdoc_root_post(const struct roff_meta *, 61 static int mdoc_root_pre(const struct roff_meta *, 284 html_mdoc(void *arg, const struct roff_meta *mdoc) in html_mdoc() 313 print_mdoc_head(const struct roff_meta *meta, struct html *h) in print_mdoc_head() 454 mdoc_root_post(const struct roff_meta *meta, struct html *h) in mdoc_root_post() 474 mdoc_root_pre(const struct roff_meta *meta, struct html *h) in mdoc_root_pre()
|
H A D | man_term.c | 54 const struct roff_meta *meta 66 const struct roff_meta *); 68 const struct roff_meta *); 151 terminal_man(void *arg, const struct roff_meta *man) in terminal_man() 1015 print_man_foot(struct termp *p, const struct roff_meta *meta) in print_man_foot() 1094 print_man_head(struct termp *p, const struct roff_meta *meta) in print_man_head()
|
H A D | mandocd.c | 260 struct roff_meta *meta; in process()
|
H A D | demandoc.c | 124 struct roff_meta *meta; in pmandoc()
|
H A D | mdoc_term.c | 49 const struct roff_meta *meta, \ 63 static void print_mdoc_head(struct termp *, const struct roff_meta *); 64 static void print_mdoc_foot(struct termp *, const struct roff_meta *); 249 terminal_mdoc(void *arg, const struct roff_meta *mdoc) in terminal_mdoc() 442 print_mdoc_foot(struct termp *p, const struct roff_meta *meta) in print_mdoc_foot() 491 print_mdoc_head(struct termp *p, const struct roff_meta *meta) in print_mdoc_head()
|
H A D | roff.h | 537 struct roff_meta { struct
|
H A D | read.c | 716 struct roff_meta *
|
H A D | mdoc_man.c | 34 #define DECL_ARGS const struct roff_meta *meta, struct roff_node *n 609 man_mdoc(void *arg, const struct roff_meta *mdoc) in man_mdoc()
|
H A D | cgi.c | 904 struct roff_meta *meta; in resp_format()
|
H A D | term.c | 71 term_margin foot, const struct roff_meta *arg) in term_begin()
|
H A D | main.c | 986 struct roff_meta *meta; in parse()
|
H A D | mdoc_markdown.c | 269 markdown_mdoc(void *arg, const struct roff_meta *mdoc) in markdown_mdoc()
|