Lines Matching full:choice
118 int choice; in newfs_command() local
120 choice = bsddialog_checklist(&conf, "", 0, 0, 0, in newfs_command()
122 if (choice == BSDDIALOG_CANCEL) in newfs_command()
156 int choice; in newfs_command() local
158 choice = bsddialog_checklist(&conf, "", 0, 0, 0, in newfs_command()
160 if (choice == BSDDIALOG_CANCEL) in newfs_command()
200 int choice; in newfs_command() local
202 choice = bsddialog_radiolist(&conf, "", 0, 0, 0, in newfs_command()
204 if (choice == BSDDIALOG_CANCEL) in newfs_command()
235 int button, choice, i; in choose_part_type() local
252 choice = i; in choose_part_type()
260 nitems(items), items, &choice); in choose_part_type()
265 if (!is_scheme_bootable(items[choice].name)) { in choose_part_type()
271 "to proceed?", items[choice].name); in choose_part_type()
280 scheme = items[choice].name; in choose_part_type()
558 int hadlabel, choice, nitems; in gpart_edit() local
658 choice = bsddialog_form(&conf, "", 0, 0, 0, nitems, items, NULL); in gpart_edit()
661 if (choice == BSDDIALOG_CANCEL) in gpart_edit()
675 choice = bsddialog_yesno(&conf, message, 0, 0); in gpart_edit()
677 if (choice == BSDDIALOG_CANCEL) in gpart_edit()
944 int choice; in add_boot_partition() local
986 choice = bsddialog_yesno(&conf, in add_boot_partition()
991 choice = BSDDIALOG_YES; in add_boot_partition()
994 if (choice == BSDDIALOG_YES) { in add_boot_partition()
1041 int nitems, choice, junk; in gpart_create() local
1148 choice = bsddialog_form(&conf, "", 0, 0, 0, nitems, items, NULL); in gpart_create()
1152 switch (choice) { in gpart_create()
1213 choice = 0; in gpart_create()
1217 choice = bsddialog_yesno(&conf, in gpart_create()
1225 if (choice == BSDDIALOG_CANCEL) in gpart_create()
1253 choice = bsddialog_yesno(&conf, message, 0, 0); in gpart_create()
1255 if (choice == BSDDIALOG_CANCEL) in gpart_create()
1270 choice = bsddialog_yesno(&conf, message, 0, 0); in gpart_create()
1272 if (choice == BSDDIALOG_CANCEL) in gpart_create()