/freebsd/contrib/dialog/samples/ |
H A D | wheel | 27 --begin "`scaley 27`" "`scalex 98`" --infobox "pushd /var/log >/dev/null" 0 0 --and-widget \ 28 --begin "`scaley 35`" "`scalex 95`" --infobox "mkdir -p news -m 755" 0 0 --and-widget \ 29 --begin "`scaley 45`" "`scalex 86`" --infobox "chown news.news news" 0 0 --and-widget \ 30 --begin "`scaley 48`" "`scalex 78`" --infobox "cd /var/log/news" 0 0 --and-widget \ 31 --begin "`scaley 51`" "`scalex 61`" --infobox "mkdir -p OLD -m 755" 0 0 --and-widget \ 32 --begin "`scaley 52`" "`scalex 47`" --infobox "chown news.news OLD" 0 0 --and-widget \ 33 --begin "`scaley 51`" "`scalex 40`" --infobox "cd /var/spool" 0 0 --and-widget \ 34 --begin "`scaley 48`" "`scalex 25`" --infobox "mkdir -p news -m 775" 0 0 --and-widget \ 35 --begin "`scaley 42`" "`scalex 13`" --infobox "chown news.news news" 0 0 --and-widget \ 36 --begin "`scaley 35`" "`scalex 4`" --infobox "cd /var/spool/news" 0 0 --and-widget \ [all …]
|
H A D | tailboxbg1 | 13 --and-widget \ 15 --and-widget \
|
H A D | tailboxbg2 | 14 --and-widget \ 16 --and-widget \
|
H A D | inputbox7 | 21 returntext=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
|
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.c | 290 draw_button(d->widget, y, startx + x, d->bs.sizebutton, in draw_buttons() 744 /* specific widget lines without text */ in widget_min_height() 774 /* specific widget min width */ in widget_min_width() 812 /* rows == AUTOSIZE: each widget has to set its size */ in set_widget_size() 823 /* cols == AUTOSIZE: each widget has to set its size */ in set_widget_size() 944 RETURN_ERROR("Cannot hide the widget"); in hide_dialog() 1055 delwin(d->widget); in end_dialog() 1275 wclear(d->widget); in draw_dialog() 1276 wresize(d->widget, d->h, d->w); in draw_dialog() 1277 mvwin(d->widget, in draw_dialog() [all...] |
H A D | textbox.c | 62 mvwvline(d->widget, (d->h / 2) - 2, 0, arrowch, 4); in updateborders() 64 wattron(d->widget, t.dialog.lineraisecolor); in updateborders() 65 mvwvline_set(d->widget, (d->h / 2) - 2, 0, &borderch, 4); in updateborders() 66 wattroff(d->widget, t.dialog.lineraisecolor); in updateborders() 71 mvwvline(d->widget, (d->h / 2) - 2, d->w - 1, arrowch, 4); in updateborders() 73 wattron(d->widget, t.dialog.linelowercolor); in updateborders() 74 mvwvline_set(d->widget, (d->h / 2) - 2, d->w - 1, &borderch, 4); in updateborders() 75 wattroff(d->widget, t.dialog.linelowercolor); in updateborders() 79 wattron(d->widget, t.dialog.arrowcolor); in updateborders() 80 mvwprintw(d->widget, in updateborders() [all...] |
H A D | barbox.c | 286 b.win = d.widget; in do_mixedgauge() 295 wattron(d.widget, A_BOLD); in do_mixedgauge() 296 mvwaddcstr(d.widget, i+1, 2, CHECK_STR(minilabels[i]), d.w-20); in do_mixedgauge() 298 wattroff(d.widget, A_BOLD); in do_mixedgauge() 302 mvwaddstr(d.widget, i+1, d.w-2-15, "[ ]"); in do_mixedgauge() 315 wattron(d.widget, minicolor); in bsddialog_mixedgauge() 317 mvwaddstr(d.widget, i+1, 1+d.w-2-15, states[miniperc]); in bsddialog_mixedgauge() 318 wattroff(d.widget, minicolor); in bsddialog_mixedgauge() 321 wnoutrefresh(d.widget); in bsddialog_progressview()
|
H A D | messagebox.c | 44 wattron(d->widget, t.dialog.arrowcolor); in textupdate() 45 mvwprintw(d->widget, d->h - HBUTTONS - BORDER, in textupdate() 48 wattroff(d->widget, t.dialog.arrowcolor); in textupdate() 49 wnoutrefresh(d->widget); in textupdate()
|
H A D | timebox.c | 84 mvwaddch(d->widget, d->h - 5, d->w/2 - 3, ':'); in timebox_redraw() 86 mvwaddch(d->widget, d->h - 5, d->w/2 + 2, ':'); in timebox_redraw() 88 wnoutrefresh(d->widget); /* for mvwaddch(':') */ in timebox_redraw()
|
H A D | datebox.c | 318 mvwaddstr(d->widget, d->h - 16, d->w/2 - 17, "Month"); in calendar_redraw() 320 mvwaddstr(d->widget, d->h - 16, d->w/2, "Year"); in calendar_redraw() 323 wnoutrefresh(d->widget); in calendar_redraw() 555 mvwaddch(d->widget, d->h - 5, x - d->x + di[0].width, '/'); in build_dateitem() 558 mvwaddch(d->widget, d->h - 5, x - d->x + di[1].width, '/'); in build_dateitem() 561 wnoutrefresh(d->widget); in build_dateitem()
|
H A D | lib_util.h | 68 /* widget utils */ 80 wnoutrefresh(d.widget); \ 101 WINDOW *widget; /* Size and position refer to widget */ 129 /* widget utils */ 96 WINDOW *widget; /* Size and position refer to widget */ global() member
|
H A D | formbox.c | 653 wnoutrefresh(d->widget); in form_redraw() 660 wnoutrefresh(d->widget); in form_redraw() 746 wnoutrefresh(d.widget); in bsddialog_form() 756 wnoutrefresh(d.widget); in bsddialog_form() 768 wnoutrefresh(d.widget); in bsddialog_form() 886 wnoutrefresh(d.widget); in bsddialog_form()
|
/freebsd/contrib/dialog/ |
H A D | README | 11 like as Resolution-independence, Auto-sizing, Maximizing, more widget 12 on the same screen (multi-widget), etc. were added. New widget are 16 { --and-widget <Common options> <Box options> } 25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"] 51 but it was made before of multi-widget. However this is not a big problem!
|
H A D | dlg_keys.c | 591 find_binding(char *widget, int curses_key) in find_binding() argument 598 && !dlg_strcmp(p->name, widget) in find_binding() 644 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument 649 DLG_KEYS_BINDING *result = find_binding(widget, curses_key); in make_binding() 654 && (name = dlg_strclone(widget)) != 0) { in make_binding() 751 char *widget; in dlg_parse_bindkey() local 757 widget = p; in dlg_parse_bindkey() 760 if (p != widget && *p != '\0') { in dlg_parse_bindkey() 827 if (*widget != '\0' in dlg_parse_bindkey() 830 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey() [all …]
|
H A D | textbox.c | 521 WINDOW *widget; in get_search_term() local 533 widget = dlg_new_modal_window(dialog, in get_search_term() 536 keypad(widget, TRUE); in get_search_term() 537 dlg_register_window(widget, "searchbox", binding); in get_search_term() 539 dlg_draw_box2(widget, 0, 0, box_height, box_width, in get_search_term() 543 dlg_attrset(widget, searchbox_title_attr); in get_search_term() 544 (void) wmove(widget, 0, (box_width - len_caption) / 2); in get_search_term() 548 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]); in get_search_term() 555 key = dlg_getc(widget, &fkey); in get_search_term() 576 dlg_show_string(widget, input, offset, searchbox_attr, in get_search_term() [all …]
|
H A D | CHANGES | 49 widget. 71 + amend initialization for dlg_getc to fix regression in pause widget 103 + fix repainting while resizing for the editbox widget. 195 + fix a memory leak in gauge widget (Andrew Kosteltsev). 226 + add traces for each widget to show its parameters. 229 + fix a too-small malloc in the mixedgauge widget. 243 adjust the widget size according to how the captions are formatted. 299 + modify buildlist widget to support option "--reorder" for to allow 380 + modify editbox widget to add a trailing newline if the text has none 385 + correct mapping of mouse-clicks on the day-grid in calendar widget [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | widgets.txt | 9 The "template-wname" being the template widget name and currently includes: 12 The "user-supplied-wname" being the user specified widget name.
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.h | 137 struct hdaa_widget *widget, *childwidget; member 208 struct hdaa_widget *widget; member
|
H A D | hdaa.c | 223 if (ctl->widget->nid != nid) in hdaa_audio_ctl_amp_get() 1641 if (devinfo == NULL || devinfo->widget == NULL || in hdaa_widget_get() 1644 return (&devinfo->widget[nid - devinfo->startnode]); in hdaa_widget_get() 1681 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set() 1704 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set() 1707 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set() 2803 ctl->widget->bindas == pdevinfo->playas) || in hdaa_audio_ctl_ossmixer_setrecsrc() 2805 ctl->widget->bindas == pdevinfo->recas) || in hdaa_audio_ctl_ossmixer_setrecsrc() 2807 ctl->widget->bindas == -2))) in hdaa_audio_ctl_ossmixer_setrecsrc() 3072 ctls[cnt].widget = w; in hdaa_audio_ctl_parse() [all …]
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | pkg-descr | 7 adding new widget types. See the changelog for details."
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 301 # Get the maximum height and width for a dialog widget and store the values in 331 # will render --backtitle behind the widget. In such a case, we 332 # should prevent a widget from obscuring the backtitle (unless 583 # width for the described widget (not exceeding the actual terminal height or 683 # width for the described widget (not exceeding the actual terminal height or 744 # width for the described widget (not exceeding the actual terminal height or 810 # optimal height and width for the described widget (not exceeding the actual 888 # optimal height, width, and rows for the described widget (not exceeding the 981 # optimal height, width, and rows for the described widget (not exceeding the 1012 # if using Xdialog(1), as it places the help string in the widget) -- [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | cib.txt | 1 * Cavium Interrupt Bus widget
|
/freebsd/crypto/openssh/contrib/ |
H A D | gnome-ssh-askpass2.c | 89 check_none(GtkWidget *widget, GdkEventKey *event, gpointer dialog) in check_none() argument
|
H A D | gnome-ssh-askpass3.c | 73 check_none(GtkWidget *widget, GdkEventKey *event, gpointer dialog) in check_none() argument
|
/freebsd/crypto/heimdal/doc/ |
H A D | doxytmpl.dxy | 10 "The $name widget " \
|