Lines Matching refs:hand
323 struct ohash *hand, *h1, *h2; in manmerge_and() local
329 hand = manmerge(e, NULL); in manmerge_and()
336 if (ohash_entries(h2) < ohash_entries(hand)) { in manmerge_and()
338 h2 = hand; in manmerge_and()
340 h1 = hand; in manmerge_and()
341 hand = mandoc_malloc(sizeof(*hand)); in manmerge_and()
342 mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page)); in manmerge_and()
353 ohash_insert(hand, ohash_lookup_memory(hand, in manmerge_and()
372 return hand; in manmerge_and()
374 for (res = ohash_first(hand, &slot1); res != NULL; in manmerge_and()
375 res = ohash_next(hand, &slot1)) { in manmerge_and()
386 ohash_delete(hand); in manmerge_and()
387 free(hand); in manmerge_and()