Symbol: ohash_insert
lib/libutil/ohash.h
63
void *ohash_insert(struct ohash *, unsigned int, void *);
usr.bin/m4/look.c
144
ohash_insert(&macros, i, n);
usr.bin/make/arch.c
484
ohash_insert(&ar->members,
usr.bin/make/arch.c
562
ohash_insert(&archives, slot, ar);
usr.bin/make/dir.c
256
ohash_insert(&mtimes, slot, n);
usr.bin/make/dir.c
282
ohash_insert(h, slot, n);
usr.bin/make/dir.c
341
ohash_insert(&knownDirectories, slot, p);
usr.bin/make/make.c
474
ohash_insert(&targets, slot, gn);
usr.bin/make/parse.c
1427
ohash_insert(t, slot, gn);
usr.bin/make/suff.c
283
ohash_insert(&transforms, slot, r);
usr.bin/make/suff.c
562
ohash_insert(&suffixes, slot, s);
usr.bin/make/targ.c
204
ohash_insert(&targets, slot, gn);
usr.bin/make/targ.c
223
ohash_insert(&targets, slot, gn);
usr.bin/make/targequiv.c
105
ohash_insert(equiv, slot, e);
usr.bin/make/var.c
456
ohash_insert(&global_variables, slot, v);
usr.bin/mandoc/chars.c
446
ohash_insert(&mchars, slot, lines + i);
usr.bin/mandoc/dba.c
346
ohash_insert(macro, slot, entry);
usr.bin/mandoc/html.c
423
ohash_insert(&id_unique, slot, entry);
usr.bin/mandoc/mandoc_xr.c
92
ohash_insert(xr_hash, slot, xr);
usr.bin/mandoc/mandocdb.c
1874
ohash_insert(htab, slot, s);
usr.bin/mandoc/mandocdb.c
973
ohash_insert(&mlinks, slot, mlink);
usr.bin/mandoc/mandocdb.c
988
ohash_insert(&mpages, slot, mpage);
usr.bin/mandoc/mansearch.c
301
ohash_insert(htab, slot, rp);
usr.bin/mandoc/mansearch.c
350
ohash_insert(hand, ohash_lookup_memory(hand,
usr.bin/mandoc/mansearch.c
376
ohash_insert(htab, slot2, res);
usr.bin/mandoc/roff.c
649
ohash_insert(htab, slot, req);
usr.bin/mandoc/tag.c
185
ohash_insert(&tag_data, slot, entry);
usr.bin/signify/signify.c
670
ohash_insert(&myh, slot, argv[i]);
usr.bin/signify/signify.c
700
ohash_insert(&myh, slot, e);
usr.bin/tsort/tsort.c
241
n = ohash_insert(h, i, new_node(start, end));