Lines Matching defs:id_unique
121 static struct ohash id_unique;
156 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id));
172 entry = ohash_first(&id_unique, &slot);
175 entry = ohash_next(&id_unique, &slot);
177 ohash_delete(&id_unique);
184 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id));
353 * If the "unique" argument is non-zero, the "id_unique" ohash table
413 slot = ohash_qlookup(&id_unique, buf);
414 if ((entry = ohash_find(&id_unique, slot)) == NULL) {
419 ohash_insert(&id_unique, slot, entry);