Searched refs:mdoc_zargs (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | libmdoc.h | 139 enum margserr mdoc_zargs(struct mdoc *, int,
|
H A D | mdoc_macro.c | 666 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 D | mdoc_argv.c | 410 mdoc_zargs(struct mdoc *mdoc, int line, int *pos, char *buf, char **v) in mdoc_zargs() function
|