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

/freebsd-11-stable/contrib/mdocml/
H A Dmandoc_xr.c65 struct mandoc_xr *xr, *oxr; local
91 if ((oxr = ohash_find(xr_hash, slot)) == NULL) {
101 oxr->count++;
102 ret = (oxr->line == -1) ^ (xr->line == -1);
104 oxr->line = -1;

Completed in 93 milliseconds