Searched refs:mandoc_xr_get (Results 1 – 3 of 3) sorted by relevance
30 struct mandoc_xr *mandoc_xr_get(void);
112 mandoc_xr_get(void) in mandoc_xr_get() function
1046 for (xr = mandoc_xr_get(); xr != NULL; xr = xr->next) { in check_xr()