Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_xr.h30 struct mandoc_xr *mandoc_xr_get(void);
H A Dmandoc_xr.c112 mandoc_xr_get(void) in mandoc_xr_get() function
H A Dmain.c1046 for (xr = mandoc_xr_get(); xr != NULL; xr = xr->next) { in check_xr()