Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c325 unsigned int slot1, slot2; in manmerge_and() local
360 for (res = ohash_first(h2, &slot2); res != NULL; in manmerge_and()
361 res = ohash_next(h2, &slot2)) in manmerge_and()
376 slot2 = ohash_lookup_memory(htab, in manmerge_and()
378 if (ohash_find(htab, slot2) == NULL) in manmerge_and()
379 ohash_insert(htab, slot2, res); in manmerge_and()