HomeSort by: relevance | last modified time | path
    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