Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmandoc_xr.h30 struct mandoc_xr *mandoc_xr_get(void);
H A Dmandoc_xr.c110 mandoc_xr_get(void) in mandoc_xr_get() function
H A Dmain.c914 for (xr = mandoc_xr_get(); xr != NULL; xr = xr->next) { in check_xr()