Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_xr.c32 static struct mandoc_xr *xr_first = NULL; variable
61 xr_first = xr_last = NULL; in mandoc_xr_reset()
95 if (xr_first == NULL) in mandoc_xr_add()
96 xr_first = xr; in mandoc_xr_add()
114 return xr_first; in mandoc_xr_get()