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_insrep2
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
defs.h
546
int
ht_insrep2
(struct hashtab *, const char *, const char *, void *, int);
548
#define ht_insert2(ht, nam1, nam2, val)
ht_insrep2
(ht, nam1, nam2, val, 0)
hash.c
265
ht_insrep2
(struct hashtab *ht, const char *nam1, const char *nam2, void *val, int replace)
function
292
return
ht_insrep2
(ht, nam, NULL, val, replace);
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026