Searched refs:SET_GROUP_END (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | util.c | 76 static uint8_t set_status[SET_GROUP_END]; 151 {NULL, SET_GROUP_END, false, NULL, NULL}, 180 {NULL, SET_GROUP_END, false, NULL, NULL}, 811 for (nested = 0; dist->set != SET_GROUP_END || nested--; dist++) { in set_all_none() 850 while ((++dist)->set != SET_GROUP_END || nested--) { in set_label() 887 if (set == SET_LAST || set == SET_GROUP_END) in initialise_set_menu() 898 while ((++dist)->set != SET_GROUP_END || nested--) { in initialise_set_menu() 1097 while ((++dist)->set != SET_GROUP_END || nested--) { in skip_set()
|
| H A D | defs.h | 188 SET_GROUP_END, /* End of submenu */ enumerator
|