Home
last modified time | relevance | path

Searched refs:optfiletab (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/config/
Dmain.c137 struct dlhash *optfiletab; /* "defopt"'d option .h files */ variable
388 optfiletab = dlhash_create(); in main()
1056 if ((olddl = dlhash_lookup(optfiletab, name)) == NULL) { in defopt()
1057 (void)dlhash_insert(optfiletab, name, dl); in defopt()
Dmkheaders.c297 return (dlhash_enumerate(optfiletab, defopts_print, NULL)); in emitopts()
Ddefs.h480 extern struct dlhash *optfiletab; /* "defopt"'d option .h files */