Searched refs:RESULT (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/dialog/samples/
H A Dreport-string3 # Report result passed in a string $RESULT
8 echo "Result is $RESULT";;
12 echo "Help pressed ($RESULT).";;
18 if test -n "$RESULT" ; then
19 echo "$RESULT"
H A Dcalendar7 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar-stdout6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dcalendar27 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 2>&1 1>&3`
H A Dcalendar2-stdout6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0`
H A Dfselect7 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $HOME/ 14 48 2>&1 1>&3`
H A Dfselect07 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect '' 14 48 2>&1 1>&3`
H A Dfselect27 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $HOME/ 0 0 2>&1 1>&3`
H A Dinputbox48 RESULT=`$DIALOG --title "INPUT BOX" --clear "$@" \
H A Drangebox7 RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 0 123 5 2>&1 1>&3`
H A Drangebox27 RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 0 6 5 2>&1 1>&3`
H A Drangebox37 RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 -48 55 5 2>&1 1>&3`
H A Drangebox47 RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 10 100 5 2>&1 1>&3`
H A Dtimebox-stdout6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56`
H A Dtimebox27 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 2>&1 1>&3`
H A Dtimebox2-stdout6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
H A Dcalendar37 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar3-stdout6 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dfselect-stdout6 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $HOME/ 14 48`
H A Dfselect2-stdout6 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $HOME/ 0 0`
H A Dmenubox87 RESULT=`$DIALOG --help-button \
H A Dmenubox97 RESULT=`$DIALOG --help-button \
/freebsd-11-stable/contrib/ncurses/man/
H A Dmake_sed.sh46 RESULT=result$$
47 rm -f $UPPER $SCRIPT $RESULT
48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15
66 echo "# Do the TH lines" >>$RESULT
72 $UPPER >>$RESULT
74 echo "# Do the embedded references" >>$RESULT
80 $UPPER >>$RESULT
82 echo "# Do the \fBxxx\fR references in the .NAME section" >>$RESULT
86 $UPPER >>$RESULT
89 cat $RESULT
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A D_doprnt.c212 #define RESULT(x) do \ macro
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678));
240 RESULT(checkit ("<%200d>\n", 5));
241 RESULT(printf ("<%200d>\n", 5));
243 RESULT(checkit ("<%.300d>\n", 6));
244 RESULT(printf ("<%.300d>\n", 6));
246 RESULT(checkit ("<%100.150d>\n", 7));
247 RESULT(printf ("<%100.150d>\n", 7));
249 RESULT(checki
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A D_doprnt.c212 #define RESULT(x) do \ macro
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678));
240 RESULT(checkit ("<%200d>\n", 5));
241 RESULT(printf ("<%200d>\n", 5));
243 RESULT(checkit ("<%.300d>\n", 6));
244 RESULT(printf ("<%.300d>\n", 6));
246 RESULT(checkit ("<%100.150d>\n", 7));
247 RESULT(printf ("<%100.150d>\n", 7));
249 RESULT(checki
[all...]

Completed in 78 milliseconds

12