Home
last modified time | relevance | path

Searched refs:mdoc_argv (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmdoc_argv.c60 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 Dmdoc.h56 struct mdoc_argv { struct
71 struct mdoc_argv *argv; argument
H A Dlibmdoc.h83 void mdoc_argv(struct roff_man *, int, enum roff_tok,
H A Dmdoc_macro.c801 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 DMakefile.depend54 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 DMakefile112 mdoc_argv.c \
231 mdoc_argv.o \
H A Dmdoc_validate.c60 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 Dtree.c91 struct mdoc_argv *argv; in print_mdoc()
/freebsd/usr.bin/mandoc/
H A DMakefile27 mdoc_argv.c \