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