Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/mdocml/
HDmandocdb.c107 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 …]
HDterm.h40 struct roff_meta;
45 typedef void (*term_margin)(struct termp *, const struct roff_meta *);
138 term_margin, const struct roff_meta *);
HDroff.h524 struct roff_meta { struct
538 struct roff_meta meta; /* Document meta-data. */ argument
HDtree.c36 static void print_meta(const struct roff_meta *);
60 print_meta(const struct roff_meta *meta) in print_meta()
HDman_term.c52 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()
HDmdoc_term.c47 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()
HDman_html.c40 #define MAN_ARGS const struct roff_meta *man, \
HDterm.c66 term_margin foot, const struct roff_meta *arg) in term_begin()
HDmdoc_man.c34 #define DECL_ARGS const struct roff_meta *meta, struct roff_node *n
HDmdoc_html.c39 #define MDOC_ARGS const struct roff_meta *meta, \