OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optfiletab
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/config/
mkheaders.c
297
return (dlhash_enumerate(
optfiletab
, defopts_print, NULL));
defs.h
481
extern struct dlhash *
optfiletab
; /* "defopt"'d option .h files */
main.c
137
struct dlhash *
optfiletab
; /* "defopt"'d option .h files */
variable in typeref:struct:dlhash
388
optfiletab
= dlhash_create();
1056
if ((olddl = dlhash_lookup(
optfiletab
, name)) == NULL) {
1057
(void)dlhash_insert(
optfiletab
, name, dl);
Completed in 27 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026