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

  /src/usr.bin/config/
main.c 193 static int undo_option(struct hashtab *, struct nvlist **,
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
1197 if (undo_option(selecttab, NULL, NULL, strtolower(name), "options", nowarn))
1246 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn))
1248 if (undo_option(selecttab, NULL, NULL, n, "file-system", nowarn))
1268 (void)undo_option(mkopttab, &mkoptions, &nextmkopt, name,
1352 if (undo_option(ht, npp, next, name, type, 0))
1355 undo_option(stab, NULL, NULL, strtolower(name), type, 0))
1375 undo_option(struct hashtab *ht, struct nvlist **npp, function in typeref:typename:int

Completed in 11 milliseconds