Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dmandoc_xr.c30 static struct mandoc_xr *xr_first = NULL; variable
59 xr_first = xr_last = NULL; in mandoc_xr_reset()
93 if (xr_first == NULL) in mandoc_xr_add()
94 xr_first = xr; in mandoc_xr_add()
112 return xr_first; in mandoc_xr_get()