Searched refs:ohash_insert (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | compat_ohash.h | 61 void *ohash_insert(struct ohash *, unsigned int, void *);
|
| H A D | chars.c | 448 ohash_insert(&mchars, slot, lines + i); in mchars_alloc()
|
| H A D | mandoc_xr.c | 94 ohash_insert(xr_hash, slot, xr); in mandoc_xr_add()
|
| H A D | mansearch.c | 304 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 D | tag.c | 187 ohash_insert(&tag_data, slot, entry); in tag_put()
|
| H A D | mandoc_dbg.c | 294 ohash_insert(&dhash_table, slot, e); in dhash_register()
|
| H A D | compat_ohash.c | 148 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert() function
|
| H A D | dba.c | 354 ohash_insert(macro, slot, entry); in get_macro_entry()
|
| H A D | mandocdb.c | 1017 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 D | html.c | 425 ohash_insert(&id_unique, slot, entry); in html_make_id()
|
| H A D | roff.c | 651 ohash_insert(htab, slot, req); in roffhash_alloc()
|
| /src/lib/libopenbsd/ |
| H A D | ohash.h | 64 void *ohash_insert(struct ohash *, unsigned int, void *);
|
| H A D | ohash.c | 146 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert() function
|
| /src/usr.bin/m4/ |
| H A D | look.c | 147 ohash_insert(¯os, i, n); in create_entry()
|