Searched refs:mdoc_argv (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/mandoc/ |
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() 643 struct mdoc_argv *v, int *pos, char *buf) in argv_multi() 667 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 | 801 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in in_line() 1072 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in blk_full() 1418 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in in_line_argn() 1529 mdoc_argv(mdoc, line, tok, &arg, pos, buf); in in_line_eoln()
|
H A D | Makefile.depend | 54 mdoc_argv.o: mdoc_argv.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h mdoc.h libmandoc.h roff…
|
H A D | Makefile | 112 mdoc_argv.c \ 231 mdoc_argv.o \
|
H A D | mdoc_validate.c | 60 struct roff_node *, struct mdoc_argv *); 410 check_argv(struct roff_man *mdoc, struct roff_node *n, struct mdoc_argv *v) in check_argv() 641 struct mdoc_argv *argv, *wa; in post_bl_norm() 811 struct mdoc_argv *argv; in post_bd() 885 struct mdoc_argv *argv; in post_an_norm() 1893 struct mdoc_argv *argv; in post_bl_head()
|
H A D | tree.c | 91 struct mdoc_argv *argv; in print_mdoc()
|
/freebsd/usr.bin/mandoc/ |
H A D | Makefile | 27 mdoc_argv.c \
|