Home
last modified time | relevance | path

Searched refs:SET_SKIP_GROUP (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h97 #define SET_SKIP_GROUP 3 /* Skip this set and rest of group */ macro
H A Dmenus.mi352 option MSG_Skip_group,exit, action { *(int *)arg = SET_SKIP_GROUP; };
H A Dutil.c1459 if (status == SET_SKIP_GROUP) { in get_and_unpack_sets()