Searched refs:dialog (Results 26 - 50 of 146) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/bsdconfig/share/
H A DMakefile6 FILES= common.subr device.subr dialog.subr geom.subr keymap.subr \
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dtime39 DATE=$(dialog --backtitle 'FreeBSD Installer' \
51 TIME=$(dialog --backtitle 'FreeBSD Installer' \
H A Djail45 dialog --backtitle "FreeBSD Installer" --title "Abort" \
77 EXTRA_DISTS=$(echo $DISTMENU | xargs dialog \
116 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
H A Dnetconfig66 dialog --backtitle 'FreeBSD Installer' \
73 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`
104 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
119 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
184 RESOLV=$(echo "${RESOLV}" | xargs dialog --backtitle 'FreeBSD Installer' \
/freebsd-11-stable/contrib/dialog/
H A Drangebox.c4 * rangebox.c -- implements the rangebox dialog
24 #include <dialog.h>
215 WINDOW *dialog; local
246 dialog = dlg_new_window(height, width,
250 data.window = dialog;
268 * The slider is scaled, to try to use the width of the dialog.
285 dlg_register_window(dialog, "rangebox", binding);
286 dlg_register_buttons(dialog, "rangebox", buttons);
288 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
291 dlg_draw_box2(dialog,
[all...]
H A Dchecklist.c29 #include <dialog.h>
36 WINDOW *dialog; member in struct:__anon932
106 getyx(data->dialog, cur_y, cur_x);
116 dlg_draw_scrollbar(data->dialog,
128 (void) wmove(data->dialog, cur_y, cur_x);
203 WINDOW *dialog; local
267 dialog = dlg_new_window(height, width, y, x);
268 all.dialog = dialog;
269 dlg_register_window(dialog, widget_nam
[all...]
H A Dtailbox.c27 #include <dialog.h>
281 * Display text from a file in a dialog box, like in a "tail -f".
308 WINDOW *dialog, *text; local
329 dialog = dlg_new_window(height, width, y, x);
334 text = dlg_sub_window(dialog,
340 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
341 dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr);
342 dlg_draw_title(dialog, title);
343 dlg_draw_helpline(dialog, FALSE);
348 dlg_draw_buttons(dialog, heigh
[all...]
H A Dmenubox.c27 #include <dialog.h>
38 WINDOW *dialog; member in struct:__anon951
260 dlg_draw_scrollbar(data->dialog,
347 WINDOW *dialog, *menu; local
382 dialog = dlg_new_window(height, width, y, x);
383 all.dialog = dialog;
385 dlg_register_window(dialog, "menubox", binding);
386 dlg_register_buttons(dialog, "menubox", buttons);
390 dlg_draw_box2(dialog,
[all...]
H A Dtreeview.c4 * treeview.c -- implements the treeview dialog
24 #include <dialog.h>
32 WINDOW *dialog; member in struct:__anon960
109 getyx(data->dialog, cur_y, cur_x);
120 dlg_draw_scrollbar(data->dialog,
132 (void) wmove(data->dialog, cur_y, cur_x);
208 WINDOW *dialog, *list; local
269 dialog = dlg_new_window(height, width, y, x);
270 dlg_register_window(dialog, widget_name, binding);
271 dlg_register_buttons(dialog, widget_nam
[all...]
H A Dcalendar.c24 #include <dialog.h>
369 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) argument
371 if (dialog != 0)
372 dlg_del_window(dialog);
384 * Display a dialog box for entering a date
436 WINDOW *dialog; local
493 dialog = dlg_new_window(height, width,
496 dlg_register_window(dialog, "calendar", binding);
497 dlg_register_buttons(dialog, "calendar", buttons);
500 dlg_draw_box2(dialog,
[all...]
H A Dhelp.c4 * help.c -- implements the help dialog
24 #include <dialog.h>
H A Deditbox.c23 #include <dialog.h>
307 * Display a dialog box for editing a copy of a file
351 WINDOW *dialog; local
382 dialog = dlg_new_window(height, width, y, x);
383 dlg_register_window(dialog, "editbox", binding);
384 dlg_register_buttons(dialog, "editbox", buttons);
388 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
389 dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr);
390 dlg_draw_title(dialog, title);
392 (void) wattrset(dialog, dialog_att
[all...]
/freebsd-11-stable/release/
H A Drc.local57 dialog --backtitle "FreeBSD Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pause "Installation of FreeBSD complete! Rebooting in 10 seconds" 10 30 10
60 dialog --backtitle "FreeBSD Installer" --title "Error" --textbox /tmp/bsdinstall_log 0 0
65 dialog --backtitle "FreeBSD Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live CD" --yesno "Welcome to FreeBSD! Would you like to begin an installation or use the live CD?" 0 0
78 dialog --backtitle "FreeBSD Installer" --title "Complete" --yes-label "Reboot" --no-label "Live CD" --yesno "Installation of FreeBSD complete! Would you like to reboot into the installed system now?" 0 0 && reboot
/freebsd-11-stable/lib/libdpv/
H A DMakefile10 LIBADD= dialog figpar util ncursesw
/freebsd-11-stable/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.54 2013/09/23 23:08:24 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-11-stable/gnu/usr.bin/
H A DMakefile11 SUBDIR.${MK_DIALOG}+= dialog
/freebsd-11-stable/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-11-stable/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
H A Dwlanconfig39 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdconfig/password/
H A Dpassword34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcedit34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupadd35 f_include $BSDCFG_SHARE/dialog.subr

Completed in 112 milliseconds

123456