Searched refs:mdoc_argv (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_argv.c | 60 struct mdoc_argv *, int *, char *); 62 struct mdoc_argv *, int *, char *); 277 mdoc_argv(struct roff_man *mdoc, int line, enum roff_tok tok, in mdoc_argv() function 280 struct mdoc_argv tmpv; in mdoc_argv() 281 struct mdoc_argv **retv; in mdoc_argv() 399 struct mdoc_argv *arg; in argn_free() 642 struct mdoc_argv *v, int *pos, char *buf) in argv_multi() 666 struct mdoc_argv *v, int *pos, char *buf) in argv_single()
|
H A D | mdoc.h | 56 struct mdoc_argv { struct 71 struct mdoc_argv *argv; argument
|
H A D | libmdoc.h | 83 void mdoc_argv(struct roff_man *, int, enum roff_tok,
|
H A D | mdoc_macro.c | 797 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in in_line() 1068 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in blk_full() 1414 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in in_line_argn() 1520 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in in_line_eoln()
|
H A D | Makefile.depend | 52 mdoc_argv.o: mdoc_argv.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h libmandoc.h roff_int.h libmdo…
|
H A D | mdoc_validate.c | 57 struct roff_node *, struct mdoc_argv *); 399 check_argv(struct roff_man *mdoc, struct roff_node *n, struct mdoc_argv *v) in check_argv() 630 struct mdoc_argv *argv, *wa; in post_bl_norm() 800 struct mdoc_argv *argv; in post_bd() 874 struct mdoc_argv *argv; in post_an_norm() 1661 struct mdoc_argv *argv; in post_bl_head()
|
H A D | tree.c | 86 struct mdoc_argv *argv; in print_mdoc()
|
H A D | Makefile | 108 mdoc_argv.c \ 222 mdoc_argv.o \
|
/netbsd-src/external/bsd/mdocml/lib/libmandoc/ |
H A D | Makefile | 23 mdoc_argv.c \
|