Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_xr.h29 int mandoc_xr_add(const char *, const char *, int, int);
H A Dmandoc_xr.c65 mandoc_xr_add(const char *sec, const char *name, int line, int pos) in mandoc_xr_add() function
H A Dmdoc_validate.c1400 mandoc_xr_add(mdoc->meta.msec, n->child->string, -1, -1); in post_nm()
2592 if(mandoc_xr_add(nch->next->string, nch->string, in post_xr()