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

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Ddefs.h423 struct hashtab *optfiletab; /* "defopt"'d option .h files */ variable in typeref:struct:hashtab
H A Dmkheaders.c289 return (ht_enumerate(optfiletab, defopts_print, NULL));
H A Dmain.c274 optfiletab = ht_new();
767 if ((oldnv = ht_lookup(optfiletab, name)) == NULL) {
768 (void)ht_insert(optfiletab, name, nv);

Completed in 71 milliseconds