Home
last modified time | relevance | path

Searched refs:ohash_insert (Results 1 – 14 of 14) sorted by relevance

/src/contrib/mandoc/
H A Dcompat_ohash.h61 void *ohash_insert(struct ohash *, unsigned int, void *);
H A Dchars.c448 ohash_insert(&mchars, slot, lines + i); in mchars_alloc()
H A Dmandoc_xr.c94 ohash_insert(xr_hash, slot, xr); in mandoc_xr_add()
H A Dmansearch.c304 ohash_insert(htab, slot, rp); in manmerge_term()
353 ohash_insert(hand, ohash_lookup_memory(hand, in manmerge_and()
379 ohash_insert(htab, slot2, res); in manmerge_and()
H A Dtag.c187 ohash_insert(&tag_data, slot, entry); in tag_put()
H A Dmandoc_dbg.c294 ohash_insert(&dhash_table, slot, e); in dhash_register()
H A Dcompat_ohash.c148 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert() function
H A Ddba.c354 ohash_insert(macro, slot, entry); in get_macro_entry()
H A Dmandocdb.c1017 ohash_insert(&mlinks, slot, mlink); in mlink_add()
1032 ohash_insert(&mpages, slot, mpage); in mlink_add()
1918 ohash_insert(htab, slot, s); in putkeys()
H A Dhtml.c425 ohash_insert(&id_unique, slot, entry); in html_make_id()
H A Droff.c651 ohash_insert(htab, slot, req); in roffhash_alloc()
/src/lib/libopenbsd/
H A Dohash.h64 void *ohash_insert(struct ohash *, unsigned int, void *);
H A Dohash.c146 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert() function
/src/usr.bin/m4/
H A Dlook.c147 ohash_insert(&macros, i, n); in create_entry()