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

123456

/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Duseradd35 f_include $BSDCFG_SHARE/dialog.subr
H A Dgroupdel35 f_include $BSDCFG_SHARE/dialog.subr
H A Dgroupedit35 f_include $BSDCFG_SHARE/dialog.subr
H A Duserdel35 f_include $BSDCFG_SHARE/dialog.subr
H A Duseredit35 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dmount47 dialog --backtitle "FreeBSD Installer" --title "Error" \
H A Dservices42 DAEMONS=$( dialog --backtitle "FreeBSD Installer" \
H A Dauto34 f_include $BSDCFG_SHARE/dialog.subr
45 dialog --backtitle "FreeBSD Installer" --title "Abort" \
123 EXTRA_DISTS=$( eval dialog \
148 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "Some installation files were not 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
273 PARTMODE=`echo $PMODES | xargs dialog --backtitle "FreeBSD Installer" \
392 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
398 REVISIT=$(dialog --backtitle "FreeBSD Installer" \
462 dialog --backtitle "FreeBSD Installer" --title "Manual Configuration" \
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c24 #include <dialog.h>
550 * Display a dialog box for entering a filename
592 WINDOW *dialog = 0; local
622 dialog = dlg_new_window(height, width,
625 dlg_register_window(dialog, "fselect", binding);
626 dlg_register_buttons(dialog, "fselect", buttons);
630 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
631 dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr);
632 dlg_draw_title(dialog, title);
634 (void) wattrset(dialog, dialog_att
[all...]
H A Dbuildlist.c4 * buildlist.c -- implements the buildlist dialog
24 #include <dialog.h>
342 WINDOW *dialog = wgetparent(data->list[0].win); local
344 getyx(dialog, cur_y, cur_x);
355 dlg_draw_scrollbar(dialog,
367 (void) wmove(dialog, cur_y, cur_x);
468 WINDOW *dialog; local
529 dialog = dlg_new_window(height, width, y, x);
530 dlg_register_window(dialog, widget_name, binding);
531 dlg_register_buttons(dialog, widget_nam
[all...]
H A Ddlg_keys.h4 * dlg_keys.h -- runtime binding support for dialog
28 #include <dialog.h>
49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog }
54 * 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."},
405 # Run-time configuration file for dialog\n\
407 # Automatically generated by \"dialog --create-rc <file>\"\n\
490 * At startup, dialog determines the settings to use as follows:
H A Dtextbox.c27 #include <dialog.h>
480 * Display a dialog box and get the search term from user.
483 get_search_term(WINDOW *dialog, char *input, int height, int width) argument
508 getbegyx(dialog, old_y, old_x);
513 box_width = MIN(box_width, getmaxx(dialog) - 2 * MARGIN);
518 widget = dlg_new_modal_window(dialog,
656 * Display text from a file in a dialog box.
706 WINDOW *dialog; local
748 dialog = dlg_new_window(height, width, y, x);
749 dlg_register_window(dialog, "textbo
[all...]
H A Dformbox.c27 #include <dialog.h>
509 WINDOW *dialog, *form; local
547 dialog = dlg_new_window(height, width, y, x);
548 dlg_register_window(dialog, "formbox", binding);
549 dlg_register_buttons(dialog, "formbox", buttons);
553 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
554 dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr);
555 dlg_draw_title(dialog, title);
557 (void) wattrset(dialog, dialog_attr);
558 dlg_print_autowrap(dialog, promp
[all...]
/freebsd-11-stable/lib/libdpv/
H A Ddialog_util.h36 #define DIALOG_SPAWN_DEBUG 0 /* Debug spawning of [X]dialog(1) */
38 /* dialog(3) and [X]dialog(1) characteristics */
39 #define DIALOG "dialog"
50 extern char dialog[];
52 /* dialog(3) and [X]dialog(1) functionality */
H A Ddialog_util.c52 /* [X]dialog(1) characteristics */
58 char dialog[PATH_MAX] = DIALOG; variable
60 /* [X]dialog(1) functionality */
78 * maximum height and width (respectively) for a dialog(1) widget based on the
133 snprintf(cmdbuf, LINE_MAX, "%s --print-maxsize 2>&1", dialog);
169 * Return the current maximum height (rows) for an [X]dialog(1) widget.
183 * Return the current maximum width (cols) for an [X]dialog(1) widget.
219 * Spawn an [X]dialog(1) `--gauge' box with a `--prompt' value of init_prompt.
221 * file descriptor (int) suitable for writing data to the [X]dialog(1) instance
223 * [X]dialog(
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A DMakefile8 LIBADD+= geom ncursesw util dialog m
/freebsd-11-stable/usr.sbin/spkrtest/
H A Dspkrtest.sh56 /usr/bin/dialog --title "Speaker test" --checklist \
/freebsd-11-stable/usr.sbin/bsdconfig/diskmgmt/
H A Ddiskmgmt34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdconfig/docsinstall/
H A Ddocsinstall34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Dflags34 f_include $BSDCFG_SHARE/dialog.subr
H A Ddisable34 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/usr.sbin/bsdconfig/packages/
H A Dpackages40 f_include $BSDCFG_SHARE/dialog.subr
/freebsd-11-stable/
H A DObsoleteFiles.inc4616 # 20130623: dialog update from 1.1 to 1.2
5131 # 20110112: Update dialog to new version, rename old libdialog to libodialog,
5154 usr/share/examples/dialog/README usr/share/examples/dialog/checklist \
5155 usr/share/examples/dialog/ftreebox usr/share/examples/dialog/infobox \
5156 usr/share/examples/dialog/inputbox usr/share/examples/dialog/menubox \
5157 usr/share/examples/dialog/msgbox usr/share/examples/dialog/prgbo
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c824 /* Define a dialog resource. */
828 const rc_dialog *dialog)
834 *copy = *dialog;
839 r->u.dialog = copy;
843 /* Define a dialog control. This does not define a resource, but
2017 case RT_DIALOG: s = "dialog"; break;
2103 if (extended_dialog (res->u.dialog))
2256 (int) res->u.dialog->x, (int) res->u.dialog->y,
2257 (int) res->u.dialog
825 define_dialog(rc_res_id id, const rc_res_res_info *resinfo, const rc_dialog *dialog) argument
2467 write_rc_dialog(FILE *e, const rc_dialog *dialog) argument
[all...]

Completed in 334 milliseconds

123456