/freebsd/contrib/mandoc/ |
H A D | libmdoc.h | 24 enum roff_tok tok, \ 67 const struct mdoc_macro *mdoc_macro(enum roff_tok); 70 enum roff_tok, struct mdoc_arg *); 72 enum roff_tok, struct mdoc_arg *); 74 enum roff_tok); 76 enum roff_tok, struct roff_node *); 83 void mdoc_argv(struct roff_man *, int, enum roff_tok, 86 int *, char *, enum roff_tok, char **);
|
H A D | roff_int.h | 81 struct ohash *roffhash_alloc(enum roff_tok, enum roff_tok); 82 enum roff_tok roffhash_find(struct ohash *, const char *, size_t);
|
H A D | libman.h | 23 enum roff_tok tok, \ 39 const struct man_macro *man_macro(enum roff_tok);
|
H A D | mdoc.c | 85 mdoc_tail_alloc(struct roff_man *mdoc, int line, int pos, enum roff_tok tok) in mdoc_tail_alloc() 96 enum roff_tok tok, struct roff_node *body) in mdoc_endbody_alloc() 113 enum roff_tok tok, struct mdoc_arg *args) in mdoc_block_alloc() 140 enum roff_tok tok, struct mdoc_arg *args) in mdoc_elem_alloc() 312 enum roff_tok tok; in mdoc_pmacro()
|
H A D | mdoc_macro.c | 52 static int find_pending(struct roff_man *, enum roff_tok, 58 static int parse_rest(struct roff_man *, enum roff_tok, 60 static enum roff_tok rew_alt(enum roff_tok); 61 static void rew_elem(struct roff_man *, enum roff_tok); 211 mdoc_macro(enum roff_tok tok) in mdoc_macro() 250 enum roff_tok res; in lookup() 334 static enum roff_tok 335 rew_alt(enum roff_tok tok) in rew_alt() 376 rew_elem(struct roff_man *mdoc, enum roff_tok tok) in rew_elem() 408 find_pending(struct roff_man *mdoc, enum roff_tok tok, int line, int ppos, in find_pending() [all …]
|
H A D | html.h | 142 enum roff_tok html_fillmode(struct html *, enum roff_tok);
|
H A D | man_macro.c | 45 static void rew_scope(struct roff_man *, enum roff_tok); 90 man_macro(enum roff_tok tok) in man_macro() 165 rew_scope(struct roff_man *man, enum roff_tok tok) in rew_scope() 208 enum roff_tok ctok, ntok; in blk_close()
|
H A D | roff.h | 73 enum roff_tok { enum 531 enum roff_tok tok; /* Request or macro ID. */ 562 int roff_tok_transparent(enum roff_tok);
|
H A D | roff.c | 88 enum roff_tok tok; 134 enum roff_tok tok; /* type of node */ 145 enum roff_tok tok, /* tok of macro */ \ 174 static void roffnode_push(struct roff *, enum roff_tok, 229 static enum roff_tok roff_parse(struct roff *, char *, int *, 637 roffhash_alloc(enum roff_tok mintok, enum roff_tok maxtok) in roffhash_alloc() 641 enum roff_tok tok; in roffhash_alloc() 676 enum roff_tok 716 roffnode_push(struct roff *r, enum roff_tok tok, const char *name, in roffnode_push() 1132 roff_tok_transparent(enum roff_tok tok) in roff_tok_transparent() [all …]
|
H A D | html.c | 319 enum roff_tok 320 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode() 323 enum roff_tok had; in html_fillmode()
|
H A D | mdoc_argv.c | 277 mdoc_argv(struct roff_man *mdoc, int line, enum roff_tok tok, in mdoc_argv() 416 char *buf, enum roff_tok tok, char **v) in mdoc_args()
|
H A D | man.c | 184 enum roff_tok tok; in man_pmacro()
|
H A D | mdoc_validate.c | 66 static size_t macro2len(enum roff_tok); 254 static const enum roff_tok rsord[RSORD_MAX] = { 523 enum roff_tok tok; in post_delim() 551 enum roff_tok tok; in post_delim_nb() 1869 enum roff_tok tok; in rewrite_macro2len() 3016 macro2len(enum roff_tok macro) in macro2len()
|
H A D | mdoc_man.c | 267 static const struct mdoc_man_act *mdoc_man_act(enum roff_tok); 299 mdoc_man_act(enum roff_tok tok) in mdoc_man_act() 979 enum roff_tok bef, now; in post_bd()
|
H A D | man_term.c | 140 static const struct man_term_act *man_term_act(enum roff_tok); 144 man_term_act(enum roff_tok tok) in man_term_act()
|
H A D | mdoc_markdown.c | 235 static const struct md_act *md_act(enum roff_tok); 262 md_act(enum roff_tok tok) in md_act()
|