Home
last modified time | relevance | path

Searched refs:BSDDIALOG_OK (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/bsddialog/lib/
H A Dlibbsddialog.c71 return (BSDDIALOG_OK); in bsddialog_init_notheme()
91 return (BSDDIALOG_OK); in bsddialog_init()
100 return (BSDDIALOG_OK); in bsddialog_end()
119 return (BSDDIALOG_OK); in bsddialog_backtitle()
142 return (BSDDIALOG_OK); in bsddialog_initconf()
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dnetconfig39 : ${BSDDIALOG_OK=0}
83 if [ $? -eq $BSDDIALOG_OK ]; then
123 if [ $? -ne $BSDDIALOG_OK ]; then
129 if [ $? -ne $BSDDIALOG_OK ]; then
145 if [ $? -ne $BSDDIALOG_OK ]; then
151 if [ $? -ne $BSDDIALOG_OK ]; then
H A Dfinalconfig33 : ${BSDDIALOG_OK=0}
52 if [ $retval -ne $BSDDIALOG_OK ]; then
H A Dservices31 : ${BSDDIALOG_OK=0}
62 if [ $retval -ne $BSDDIALOG_OK ]; then
H A Dmirrorselect31 : ${BSDDIALOG_OK=0}
112 $BSDDIALOG_OK)
122 test $MIRROR_BUTTON -eq $BSDDIALOG_OK || exec $0 $@
H A Dhardening31 : ${BSDDIALOG_OK=0}
56 if [ $retval -ne $BSDDIALOG_OK ]; then
H A Dnetconfig_ipv642 : ${BSDDIALOG_OK=0}
76 if [ $? -eq $BSDDIALOG_OK ]; then
H A Dnetconfig_ipv438 : ${BSDDIALOG_OK=0}
65 if [ $? -eq $BSDDIALOG_OK ]; then
H A Djail36 : ${BSDDIALOG_OK=0}
48 if [ $? -ne $BSDDIALOG_OK ]; then
/freebsd/usr.sbin/bsdinstall/
H A Dstartbsdinstall6 : ${BSDDIALOG_OK=0}
66 $BSDDIALOG_OK) # Install
79 $BSDDIALOG_OK) # Reboot
/freebsd/contrib/bsddialog/examples_utility/
H A Dmsgbox.sh13 : ${BSDDIALOG_OK=0}
25 $BSDDIALOG_OK )
H A Dpause.sh13 : ${BSDDIALOG_OK=0}
33 $BSDDIALOG_OK )
H A Dtimebox.sh13 : ${BSDDIALOG_OK=0}
30 $BSDDIALOG_OK )
H A Dmenu.sh13 : ${BSDDIALOG_OK=0}
35 $BSDDIALOG_OK )
H A Drangebox.sh13 : ${BSDDIALOG_OK=0}
30 $BSDDIALOG_OK )
H A Dinputbox.sh13 : ${BSDDIALOG_OK=0}
30 $BSDDIALOG_OK )
H A Dpasswordbox.sh13 : ${BSDDIALOG_OK=0}
31 $BSDDIALOG_OK )
H A Dcalendar.sh13 : ${BSDDIALOG_OK=0}
31 $BSDDIALOG_OK )
H A Ddatebox.sh13 : ${BSDDIALOG_OK=0}
31 $BSDDIALOG_OK )
H A Dchecklist.sh13 : ${BSDDIALOG_OK=0}
35 $BSDDIALOG_OK )
H A Dradiolist.sh13 : ${BSDDIALOG_OK=0}
35 $BSDDIALOG_OK )
H A Dpasswordform.sh13 : ${BSDDIALOG_OK=0}
36 $BSDDIALOG_OK )
H A Dmixedform.sh13 : ${BSDDIALOG_OK=0}
34 $BSDDIALOG_OK )
H A Dform.sh13 : ${BSDDIALOG_OK=0}
35 $BSDDIALOG_OK )
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.c124 if (bsddialog_init() != BSDDIALOG_OK) in start_bsddialog_mode()
163 retval = BSDDIALOG_OK; in main()
168 return (BSDDIALOG_OK); in main()
172 return (BSDDIALOG_OK); in main()
193 retval = BSDDIALOG_OK; in main()

12