Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_xr.c33 static struct mandoc_xr *xr_last = NULL; variable
61 xr_first = xr_last = NULL; in mandoc_xr_reset()
98 xr_last->next = xr; in mandoc_xr_add()
99 xr_last = xr; in mandoc_xr_add()