Home
last modified time | relevance | path

Searched refs:slot1 (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
346 for (res = ohash_first(h1, &slot1); res != NULL; in manmerge_and()
347 res = ohash_next(h1, &slot1)) { in manmerge_and()
374 for (res = ohash_first(hand, &slot1); res != NULL; in manmerge_and()
375 res = ohash_next(hand, &slot1)) { in manmerge_and()