Home
last modified time | relevance | path

Searched refs:mdoc_zargs (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dlibmdoc.h139 enum margserr mdoc_zargs(struct mdoc *, int,
H A Dmdoc_macro.c666 ac = mdoc_zargs(mdoc, line, pos, buf, &p); in append_delims()
1781 ac = mdoc_zargs(mdoc, line, &pos, buf, &p); in phrase()
1832 ac = mdoc_zargs(mdoc, line, pos, buf, &p); in phrase_ta()
H A Dmdoc_argv.c410 mdoc_zargs(struct mdoc *mdoc, int line, int *pos, char *buf, char **v) in mdoc_zargs() function