OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ht_insrep
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
defs.h
547
int
ht_insrep
(struct hashtab *, const char *, void *, int);
549
#define ht_insert(ht, nam, val)
ht_insrep
(ht, nam, val, 0)
550
#define ht_replace(ht, nam, val)
ht_insrep
(ht, nam, val, 1)
hash.c
290
ht_insrep
(struct hashtab *ht, const char *nam, void *val, int replace)
function
Completed in 32 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026