Searched refs:roff_meta (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/mdocml/ |
| HD | mandocdb.c | 107 typedef int (*mdoc_fp)(struct mpage *, const struct roff_meta *, 136 static void parse_man(struct mpage *, const struct roff_meta *, 138 static void parse_mdoc(struct mpage *, const struct roff_meta *, 140 static int parse_mdoc_head(struct mpage *, const struct roff_meta *, 142 static int parse_mdoc_Fd(struct mpage *, const struct roff_meta *, 145 static int parse_mdoc_Fn(struct mpage *, const struct roff_meta *, 147 static int parse_mdoc_Fo(struct mpage *, const struct roff_meta *, 149 static int parse_mdoc_Nd(struct mpage *, const struct roff_meta *, 151 static int parse_mdoc_Nm(struct mpage *, const struct roff_meta *, 153 static int parse_mdoc_Sh(struct mpage *, const struct roff_meta *, [all …]
|
| HD | term.h | 40 struct roff_meta; 45 typedef void (*term_margin)(struct termp *, const struct roff_meta *); 138 term_margin, const struct roff_meta *);
|
| HD | roff.h | 524 struct roff_meta { struct 538 struct roff_meta meta; /* Document meta-data. */ argument
|
| HD | tree.c | 36 static void print_meta(const struct roff_meta *); 60 print_meta(const struct roff_meta *meta) in print_meta()
|
| HD | man_term.c | 52 const struct roff_meta *meta 64 const struct roff_meta *); 66 const struct roff_meta *); 965 print_man_foot(struct termp *p, const struct roff_meta *meta) in print_man_foot() 1036 print_man_head(struct termp *p, const struct roff_meta *meta) in print_man_head()
|
| HD | mdoc_term.c | 47 const struct roff_meta *meta, \ 62 static void print_mdoc_head(struct termp *, const struct roff_meta *); 63 static void print_mdoc_foot(struct termp *, const struct roff_meta *); 415 print_mdoc_foot(struct termp *p, const struct roff_meta *meta) in print_mdoc_foot() 464 print_mdoc_head(struct termp *p, const struct roff_meta *meta) in print_mdoc_head()
|
| HD | man_html.c | 40 #define MAN_ARGS const struct roff_meta *man, \
|
| HD | term.c | 66 term_margin foot, const struct roff_meta *arg) in term_begin()
|
| HD | mdoc_man.c | 34 #define DECL_ARGS const struct roff_meta *meta, struct roff_node *n
|
| HD | mdoc_html.c | 39 #define MDOC_ARGS const struct roff_meta *meta, \
|