Searched refs:dialog (Results 51 - 75 of 174) sorted by relevance

1234567

/freebsd-9.3-release/contrib/dialog/package/
H A Ddialog.spec1 Summary: dialog - display dialog boxes from shell scripts
2 %define AppProgram dialog
6 # $XTermId: dialog.spec,v 1.24 2011/07/07 22:10:02 tom Exp $
18 or display messages using dialog boxes from a shell script. These
19 types of dialog boxes are implemented (though not all are necessarily
20 compiled into dialog):
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dkernel.c2 * dialog - Display simple dialog boxes from shell scripts
27 * - added 'checklist', a dialog box with a list of options that
41 * specify a title string for the dialog box
43 * 03/01/94 - added 'textbox', a dialog box for displaying text from a file.
85 #include <dialog.h>
87 #include "dialog.priv.h"
92 /* These are two "secret" globals that can be fiddled to make a dialog
101 * Do some initialization for dialog
513 void print_arrows(WINDOW *dialog, in argument
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dmenubox.c27 #include <dialog.h>
335 WINDOW *dialog, *menu; local
363 dialog = dlg_new_window(height, width, y, x);
364 dlg_register_window(dialog, "menubox", binding);
365 dlg_register_buttons(dialog, "menubox", buttons);
369 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
370 dlg_draw_bottom_box(dialog);
371 dlg_draw_title(dialog, title);
373 wattrset(dialog, dialog_attr);
374 dlg_print_autowrap(dialog, promp
[all...]
H A Dcalendar.c24 #include <dialog.h>
363 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) argument
365 if (dialog != 0)
366 dlg_del_window(dialog);
378 * Display a dialog box for entering a date
430 WINDOW *dialog; local
487 dialog = dlg_new_window(height, width,
490 dlg_register_window(dialog, "calendar", binding);
491 dlg_register_buttons(dialog, "calendar", buttons);
494 dlg_draw_box(dialog,
[all...]
H A Deditbox.c23 #include <dialog.h>
304 * Display a dialog box for editing a copy of a file
347 WINDOW *dialog; local
378 dialog = dlg_new_window(height, width, y, x);
379 dlg_register_window(dialog, "editbox", binding);
380 dlg_register_buttons(dialog, "editbox", buttons);
384 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
385 dlg_draw_bottom_box(dialog);
386 dlg_draw_title(dialog, title);
388 wattrset(dialog, dialog_att
[all...]
H A Dfselect.c24 #include <dialog.h>
528 * Display a dialog box for entering a filename
569 WINDOW *dialog = 0; local
599 dialog = dlg_new_window(height, width,
602 dlg_register_window(dialog, "fselect", binding);
603 dlg_register_buttons(dialog, "fselect", buttons);
607 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
608 dlg_draw_bottom_box(dialog);
609 dlg_draw_title(dialog, title);
611 wattrset(dialog, dialog_att
[all...]
H A Ddlg_keys.h4 * dlg_keys.h -- runtime binding support for dialog
27 #include <dialog.h>
48 #define DLG_KEYS_DATA(dialog, curses) { curses >= KEY_MIN, curses, dialog }
53 * Define dialog's internal function-keys past the range used by curses.
H A Drc.c27 #include <dialog.h>
93 * is reset specially in dialog.c before each widget.
121 "Shadow dialog boxes? This also turns on color."},
390 # Run-time configuration file for dialog\n\
392 # Automatically generated by \"dialog --create-rc <file>\"\n\
459 * At startup, dialog determines the settings to use as follows:
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dauto40 dialog --backtitle "FreeBSD Installer" --title "Abort" \
68 EXTRA_DISTS=$( eval dialog \
88 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "No installation files were found on the boot volume. The next few screens will allow you to configure networking so that they can be downloaded from the Internet." 0 0
120 PARTMODE=`echo $PMODES | xargs dialog --backtitle "FreeBSD Installer" \
187 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
193 REVISIT=$(dialog --backtitle "FreeBSD Installer" \
250 dialog --backtitle "FreeBSD Installer" --title "Manual Configuration" \
H A Djail41 dialog --backtitle "FreeBSD Installer" --title "Abort" \
73 EXTRA_DISTS=$(echo $DISTMENU | xargs dialog \
112 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
H A Dnetconfig61 dialog --backtitle 'FreeBSD Installer' \
68 INTERFACE=`echo $DIALOG_TAGS | xargs dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --menu 'Please select a network interface to configure:' 0 0 0 2>&1 1>&3`
99 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
114 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
179 RESOLV=$(echo "${RESOLV}" | xargs dialog --backtitle 'FreeBSD Installer' \
H A Dmount47 dialog --backtitle "FreeBSD Installer" --title "Error" \
/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A Dtree.c4 * small test-driver for new dialog functionality
14 #include <dialog.h>
73 "tree dialog box example",
94 "tree dialog box example",
H A Dmenu3.c2 * small test-driver for new dialog functionality
25 #include <dialog.h>
/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
/freebsd-9.3-release/contrib/dialog/samples/
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
/freebsd-9.3-release/usr.sbin/bsdconfig/networking/
H A Ddefaultrouter37 f_include $BSDCFG_SHARE/dialog.subr
H A Dhostname37 f_include $BSDCFG_SHARE/dialog.subr
H A Dnameservers37 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-9.3-release/usr.sbin/bsdconfig/password/
H A Dpassword34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-9.3-release/usr.sbin/bsdconfig/startup/
H A Drcedit34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-9.3-release/usr.sbin/bsdconfig/usermgmt/
H A Dgroupadd35 f_include $BSDCFG_SHARE/dialog.subr
H A Duseradd35 f_include $BSDCFG_SHARE/dialog.subr

Completed in 211 milliseconds

1234567