HomeSort by: relevance | last modified time | path
    Searched defs:optfiletab (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
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);
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);
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 115 milliseconds