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

/freebsd-11-stable/contrib/mdocml/
H A Dmandoc_xr.c31 static struct mandoc_xr *xr_last = NULL; variable in typeref:struct:mandoc_xr
59 xr_first = xr_last = NULL;
96 xr_last->next = xr;
97 xr_last = xr;

Completed in 96 milliseconds