Searched refs:undo_option (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/usr.bin/config/ |
| D | main.c | 193 static int undo_option(struct hashtab *, struct nvlist **, 1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn)) in deloption() 1197 if (undo_option(selecttab, NULL, NULL, strtolower(name), "options", nowarn)) in deloption() 1246 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn)) in delfsoption() 1248 if (undo_option(selecttab, NULL, NULL, n, "file-system", nowarn)) in delfsoption() 1268 (void)undo_option(mkopttab, &mkoptions, &nextmkopt, name, in delmkoption() 1352 if (undo_option(ht, npp, next, name, type, 0)) in do_option() 1355 undo_option(stab, NULL, NULL, strtolower(name), type, 0)) in do_option() 1375 undo_option(struct hashtab *ht, struct nvlist **npp, in undo_option() function
|