Searched refs:xr_first (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/mandoc/
H A Dmandoc_xr.c30 static struct mandoc_xr *xr_first = NULL; variable in typeref:struct:mandoc_xr
59 xr_first = xr_last = NULL;
93 if (xr_first == NULL)
94 xr_first = xr;
112 return xr_first;

Completed in 110 milliseconds