Lines Matching defs:npp
1333 do_option(struct hashtab *ht, struct nvlist **npp, struct nvlist ***next,
1352 if (undo_option(ht, npp, next, name, type, 0))
1375 undo_option(struct hashtab *ht, struct nvlist **npp,
1388 if (npp == NULL) {
1393 for ( ; *npp != NULL; npp = &(*npp)->nv_next) {
1394 if ((*npp)->nv_name != name)
1396 if (next != NULL && *next == &(*npp)->nv_next)
1397 *next = npp;
1398 nv = (*npp)->nv_next;
1399 CFGDBG(2, "opt `%s' deselected", (*npp)->nv_name);
1400 nvfree(*npp);
1401 *npp = nv;