/src/usr.bin/config/ |
main.c | 130 struct hashtab *opttab; /* table of configured options */ variable in typeref:struct:hashtab * 380 opttab = ht_new(); 671 if (ht_lookup(opttab, nv->nv_name) == NULL) 1180 if (do_option(opttab, &options, &nextopt, name, value, "options", 1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
|
main.c | 130 struct hashtab *opttab; /* table of configured options */ variable in typeref:struct:hashtab * 380 opttab = ht_new(); 671 if (ht_lookup(opttab, nv->nv_name) == NULL) 1180 if (do_option(opttab, &options, &nextopt, name, value, "options", 1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
|
main.c | 130 struct hashtab *opttab; /* table of configured options */ variable in typeref:struct:hashtab * 380 opttab = ht_new(); 671 if (ht_lookup(opttab, nv->nv_name) == NULL) 1180 if (do_option(opttab, &options, &nextopt, name, value, "options", 1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
|