Searched refs:backtitle (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-9.3-release/contrib/dialog/samples/
H A Dinputmenu-stdout12 --backtitle "An Example for the use of --inputmenu:" "$@" \
19 "$DIALOG" --clear --backtitle "An Example for the use of --inputmenu:" \
27 "$DIALOG" --clear --backtitle "An Example for the use of --inputmenu:" \
H A Dwheel26 $DIALOG --backtitle "$TITLE" --no-shadow \
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcommon.funcs31 dialog --backtitle "$TITLE" --infobox "Vediamo innanzitutto se c'e' qualche pacchetto di troppo ... ;-)" 0 0
45 dialog --backtitle "$TITLE" --infobox "Controlliamo se manca qualche pacchetto..." 0 0
59 dialog --backtitle "$TITLE" --infobox "Configuro trn all'user $1..." 0 0
100 dialog --backtitle "$TITLE" --infobox "Configuro elm all'user $USER..." 0 0
H A Dadmin.funcs31 dialog --backtitle "$TITLE" --infobox "Installo la nodelist '$NODELIST' per il domain $FOR_DOMAIN, attendere prego..." 0 0
47 dialog --backtitle "$TITLE" --infobox "Creo un alias per redirigere le mail per $SOURCE a $DEST ..." 0 0
77 dialog --backtitle "$TITLE" --infobox "Creo il newsgroup $NEWSGROUP per contenere i messaggi dell'area $AREA..." 0 0
116 dialog --backtitle "$TITLE" --infobox "Elimino il newsgroup $NEWSGR ed i messaggi in esso contenuti, attendere prego. Questa operazione potrebbe durare alcuni minuti." 0 0
185 dialog --backtitle "$TITLE" --infobox "Imposto a $KEEPDAYS il numero di giorni di mantenimento dei messaggi del newsgroup $NEWSGROUP..." 0 0
H A Dcopi.funcs88 dialog --backtitle "$TITLE" --infobox "Configuro la rete (in modo loopback)..." 0 0
188 dialog --backtitle "$TITLE" --infobox "Creo l'user principale e/o ne adatto le informazioni..." 0 0
219 dialog --backtitle "$TITLE" --infobox "Commento la riga 'nntp' in /etc/inetd.conf..." 0 0
230 dialog --backtitle "$TITLE" --infobox "Imposto l' origin..." 0 0
240 dialog --backtitle "$TITLE" --infobox "Creo i files di configurazione principali di InterNet News (inn)..." 0 0
333 dialog --backtitle "$TITLE" --infobox "Imposto il periodo di transito dei messaggi..." 0 0
347 dialog --backtitle "$TITLE" --infobox "Rendo accessibili le news in lettura..." 0 0
383 dialog --backtitle "$TITLE" --infobox "Rendo accessibili le news in scrittura..." 0 0
449 dialog --backtitle "$TITLE" --infobox "Avvio l'InterNet News daemon (innd) e l'installo negli script di boot, attendere... attenzione che e' probabile che in questa fase non sia possibile entrare da un'altra VC come root." 0 0
475 dialog --backtitle "
[all...]
H A Dcopi.wheel18 dialog --backtitle "$TITLE" --no-shadow \
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dmount47 dialog --backtitle "FreeBSD Installer" --title "Error" \
H A Dservices42 DAEMONS=$( dialog --backtitle "FreeBSD Installer" \
H A Dkeymap107 --backtitle "$btitle" \
195 --backtitle \"\$DIALOG_BACKTITLE\" \
H A Dmirrorselect37 MIRROR=`dialog --backtitle "FreeBSD Installer" \
182 BSDINSTALL_DISTSITE=`dialog --backtitle "FreeBSD Installer" \
H A Dzfsboot326 --backtitle \"\$btitle\" \
405 --backtitle "$btitle" \
502 --backtitle \"\$btitle\" \
616 --backtitle \"\$DIALOG_BACKTITLE\" \
/freebsd-9.3-release/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c67 dialog_vars.backtitle = __DECONST(char *, "FreeBSD Installer");
/freebsd-9.3-release/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c63 dialog_vars.backtitle = __DECONST(char *, "FreeBSD Installer");
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c88 dialog_vars.backtitle = __DECONST(char *, "FreeBSD Installer");
/freebsd-9.3-release/contrib/dialog/
H A Dutil.c131 if (dialog_vars.backtitle != NULL) {
133 int backwidth = dlg_count_columns(dialog_vars.backtitle);
137 dlg_print_text(stdscr, dialog_vars.backtitle, COLS - 2, &attr);
H A Ddialog.h449 char *backtitle; /* option "--backtitle backtitle" */ member in struct:__anon919
H A Ddialog.c191 { "backtitle", o_backtitle, 1, "<backtitle>" },
1201 dialog_vars.backtitle = optionString(argv, &offset);

Completed in 177 milliseconds

123