Searched refs:title (Results 76 - 100 of 276) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h44 int diskeditor_show(const char *title, const char *prompt,
/freebsd-10.0-release/contrib/dialog/samples/
H A Dchecklist9 --title "CHECKLIST BOX" "$@" \
H A Dchecklist19 --title "CHECKLIST BOX" "$@" \
H A Dgauge223 $DIALOG --title "GAUGE" "$@" --gauge "Hi, this is a gauge widget" 10 40 0
H A Dinfobox313 --title "INFO BOX" "$@" \
H A Dinfobox413 --title "INFO BOX" "$@" \
H A Dinputbox6-8bit11 --title `printf "$SAMPLE"` "$@" \
H A Dmenubox-8bit10 $DIALOG --clear --title "MENU BOX" "$@" \
H A Dmenubox109 --title "Configuring debconf" \
H A Dmenubox710 --title "MENU BOX" "$@" \
H A Dprogrambox19 $DIALOG --title "PROGRAMBOX" "$@" --programbox 20 70
H A Dprogrambox219 $DIALOG --title "PROGRAMBOX" "$@" --programbox "ProgramBox" 20 70
H A Dprogress19 $DIALOG --title "PROGRESS" "$@" --progressbox 20 70
H A Dprogress219 $DIALOG --title "PROGRESS" "$@" --progressbox "This is a detailed description\nof the progress-box." 20 70
H A Dradiolist9 --title "RADIOLIST BOX" --clear "$@" \
H A Dtailbox9 $DIALOG --title "TAIL BOX" "$@" \
H A Dyesno-both6 $DIALOG --title "YES/NO/MAYBE BOX" \
H A Dyesno-extra6 $DIALOG --title "YES/NO/MAYBE BOX" \
H A Dchecklist-utf811 --title "CHECKLIST BOX" "$@" \
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntpd-opts.def8 prog-title = "NTP daemon program";
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dfloat.h30 char *title; member in struct:float_elt
40 extern void add_new_float (char *id, char *title, char *shorttitle,
/freebsd-10.0-release/usr.sbin/tzsetup/
H A Dtzsetup.c77 char *title; member in struct:dialogMenuItem
115 xdialog_menu(const char *title, const char *cprompt, int height, int width, argument
129 listitems[i].text = ditems[i].title;
151 width = MAX(xdialog_count_columns(cprompt), title != NULL ? xdialog_count_columns(title) : 0);
160 result = dlg_menu(title, cprompt, height, width,
234 char title[30]; member in struct:continent_items
258 char title[64], prompt[64]; local
264 if (strcmp(continent->title, "UTC") == 0)
273 snprintf(title, sizeo
619 char title[64], prompt[64]; local
648 char title[64], prompt[SILLY_BUFFER_SIZE]; local
857 char title[64], prompt[64]; local
911 char title[64], prompt[128]; local
[all...]
/freebsd-10.0-release/usr.sbin/bsdconfig/timezone/
H A Dtimezone83 local title="$DIALOG_TITLE"
91 \"\$title\" \
102 --title \"\$title\" \
196 title="$DIALOG_TITLE"
211 --title "$title" \
220 --title "$title" \
300 cont_title=$( f_continent $cont title )
[all...]
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig50 (dialog --backtitle "FreeBSD Installer" --title "Error" --msgbox \
56 dialog --backtitle "FreeBSD Installer" --title "Error" --msgbox \
63 dialog --backtitle "FreeBSD Installer" --title "Scanning" --ok-label "Skip" \
73 dialog --backtitle "FreeBSD Installer" --title "Error" \
81 --backtitle \"FreeBSD Installer\" --title \"Network Selection\" --menu \
102 --title "WPA Setup" --mixedform "" 0 0 0 \
117 --title "WEP Setup" --mixedform "" 0 0 0 \
/freebsd-10.0-release/contrib/dialog/
H A Dhelp.c30 dialog_helpfile(const char *title, argument
49 result = dialog_textbox(title, file, height, width);

Completed in 331 milliseconds

1234567891011>>