Home
last modified time | relevance | path

Searched defs:mdoc (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/usr.bin/mandoc/
H A Dmdoc.c60 mdoc_parseln(struct roff_man *mdoc, int ln, char *buf, int offs) in mdoc_parseln()
83 mdoc_tail_alloc(struct roff_man *mdoc, int line, int pos, enum roff_tok tok) in mdoc_tail_alloc()
93 mdoc_endbody_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_endbody_alloc()
110 mdoc_block_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_block_alloc()
137 mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_elem_alloc()
163 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) in mdoc_ptext()
305 mdoc_pmacro(struct roff_man *mdoc, int ln, char *buf, int offs) in mdoc_pmacro()
H A Dmdoc_macro.c218 mdoc_endparse(struct roff_man *mdoc) in mdoc_endparse()
243 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p) in lookup()
266 rew_last(struct roff_man *mdoc, const struct roff_node *to) in rew_last()
286 rew_pending(struct roff_man *mdoc, const struct roff_node *n) in rew_pending()
371 rew_elem(struct roff_man *mdoc, enum roff_tok tok) in rew_elem()
403 find_pending(struct roff_man *mdoc, enum roff_tok tok, int line, int ppos, in find_pending()
439 dword(struct roff_man *mdoc, int line, int col, const char *p, in dword()
473 append_delims(struct roff_man *mdoc, int line, int *pos, char *buf) in append_delims()
1532 parse_rest(struct roff_man *mdoc, enum roff_tok tok, in parse_rest()
H A Dmdoc_argv.c275 mdoc_argv(struct roff_man *mdoc, int line, enum roff_tok tok, in mdoc_argv()
413 mdoc_args(struct roff_man *mdoc, int line, int *pos, in mdoc_args()
442 args(struct roff_man *mdoc, int line, int *pos, in args()
640 argv_multi(struct roff_man *mdoc, int line, in argv_multi()
664 argv_single(struct roff_man *mdoc, int line, in argv_single()
H A Dmdoc_validate.c300 mdoc_validate(struct roff_man *mdoc) in mdoc_validate() argument
395 check_args(struct roff_man * mdoc,struct roff_node * n) check_args() argument
408 check_argv(struct roff_man * mdoc,struct roff_node * n,struct mdoc_argv * v) check_argv() argument
417 check_text(struct roff_man * mdoc,int ln,int pos,char * p) check_text() argument
429 check_text_em(struct roff_man * mdoc,int ln,int pos,char * p) check_text_em() argument
480 check_toptext(struct roff_man * mdoc,int ln,int pos,const char * p) check_toptext() argument
926 build_list(struct roff_man * mdoc,int tok) build_list() argument
1812 rewrite_macro2len(struct roff_man * mdoc,char ** arg) rewrite_macro2len() argument
[all...]
H A Dmdoc_state.c166 mdoc_state(struct roff_man *mdoc, struct roff_node *n) in mdoc_state()
H A Dtree.c47 tree_mdoc(void *arg, const struct roff_meta *mdoc) in tree_mdoc()
H A Dmanconf.h42 int mdoc; member
H A Dmdoc_term.c247 terminal_mdoc(void *arg, const struct roff_meta *mdoc) in terminal_mdoc()
H A Dmdoc_html.c282 html_mdoc(void *arg, const struct roff_meta *mdoc) in html_mdoc() argument
H A Dmdoc_markdown.c267 markdown_mdoc(void * arg,const struct roff_meta * mdoc) markdown_mdoc() argument
[all...]
H A Dmdoc_man.c607 man_mdoc(void *arg, const struct roff_meta *mdoc) in man_mdoc() argument
[all...]