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

/freebsd-11-stable/contrib/mdocml/
H A Dmandoc_xr.c29 static struct ohash *xr_hash = NULL; variable in typeref:struct:ohash
42 if (xr_hash == NULL)
44 for (xr = ohash_first(xr_hash, &slot); xr != NULL;
45 xr = ohash_next(xr_hash, &slot))
47 ohash_delete(xr_hash);
53 if (xr_hash == NULL)
54 xr_hash = mandoc_malloc(sizeof(*xr_hash));
57 mandoc_ohash_init(xr_hash, 5,
72 if (xr_hash
[all...]

Completed in 117 milliseconds