Home
last modified time | relevance | path

Searched refs:BSDDIALOG_CANCEL (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14-stable/usr.sbin/bsdinstall/
HDstartbsdinstall4 : ${BSDDIALOG_CANCEL=1}
93 $BSDDIALOG_CANCEL) # Live System
101 $BSDDIALOG_CANCEL) # Live System
/freebsd-14-stable/contrib/bsddialog/examples_utility/
HDtimebox.sh14 : ${BSDDIALOG_CANCEL=1}
27 $BSDDIALOG_CANCEL )
HDpause.sh14 : ${BSDDIALOG_CANCEL=1}
30 $BSDDIALOG_CANCEL )
HDpasswordbox.sh14 : ${BSDDIALOG_CANCEL=1}
28 $BSDDIALOG_CANCEL )
HDinputbox.sh14 : ${BSDDIALOG_CANCEL=1}
27 $BSDDIALOG_CANCEL )
HDmenu.sh14 : ${BSDDIALOG_CANCEL=1}
31 $BSDDIALOG_CANCEL )
HDcalendar.sh14 : ${BSDDIALOG_CANCEL=1}
28 $BSDDIALOG_CANCEL )
HDradiolist.sh14 : ${BSDDIALOG_CANCEL=1}
32 $BSDDIALOG_CANCEL )
HDpasswordform.sh14 : ${BSDDIALOG_CANCEL=1}
33 $BSDDIALOG_CANCEL )
HDchecklist.sh14 : ${BSDDIALOG_CANCEL=1}
32 $BSDDIALOG_CANCEL )
HDmixedform.sh14 : ${BSDDIALOG_CANCEL=1}
31 $BSDDIALOG_CANCEL )
HDform.sh14 : ${BSDDIALOG_CANCEL=1}
32 $BSDDIALOG_CANCEL )
/freebsd-14-stable/usr.sbin/bsdinstall/scripts/
HDnetconfig40 : ${BSDDIALOG_CANCEL=1}
77 if [ $? -eq $BSDDIALOG_CANCEL ]; then exit 1; fi
191 if [ $? -eq $BSDDIALOG_CANCEL ]; then exec $0; fi
HDhostname50 : ${BSDDIALOG_CANCEL=1}
101 [ $? -eq $BSDDIALOG_CANCEL ] && exit 1
HDnetconfig_ipv439 : ${BSDDIALOG_CANCEL=1}
80 if [ $? -eq $BSDDIALOG_CANCEL ]; then exit 1; fi
HDmirrorselect32 : ${BSDDIALOG_CANCEL=1}
111 $BSDDIALOG_ERROR | $BSDDIALOG_CANCEL | $BSDDIALOG_ESC)
/freebsd-14-stable/contrib/bsddialog/lib/
HDbsddialog.h39 #define BSDDIALOG_CANCEL 1 macro
40 #define BSDDIALOG_NO BSDDIALOG_CANCEL
/freebsd-14-stable/usr.sbin/bsdinstall/partedit/
HDgpart_ops.c122 if (choice == BSDDIALOG_CANCEL) in newfs_command()
160 if (choice == BSDDIALOG_CANCEL) in newfs_command()
204 if (choice == BSDDIALOG_CANCEL) in newfs_command()
262 if (button == BSDDIALOG_CANCEL) in choose_part_type()
660 if (choice == BSDDIALOG_CANCEL) in gpart_edit()
676 if (choice == BSDDIALOG_CANCEL) in gpart_edit()
1154 case BSDDIALOG_CANCEL: in gpart_create()
1224 if (choice == BSDDIALOG_CANCEL) in gpart_create()
1254 if (choice == BSDDIALOG_CANCEL) in gpart_create()
1271 if (choice == BSDDIALOG_CANCEL) in gpart_create()
HDdiskmenu.h34 #define BUTTON_MODIFY BSDDIALOG_CANCEL
/freebsd-14-stable/contrib/bsddialog/examples_library/
HDpause.c35 case BSDDIALOG_CANCEL: in main()
HDchecklist.c44 if (output == BSDDIALOG_CANCEL) { in main()
HDmenu.c43 if (output == BSDDIALOG_CANCEL) { in main()
HDradiolist.c43 if (output == BSDDIALOG_CANCEL) { in main()
HDcalendar.c45 case BSDDIALOG_CANCEL: in main()
HDtimebox.c45 case BSDDIALOG_CANCEL: in main()

12