Searched refs:border (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | util.c | 37 dlg.border.atr = A_NORMAL; in set_mono_theme() 77 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 110 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 197 init_one_color(&dlg.border); in init_dialog_colors() 478 chtype box, chtype border) in draw_box() argument 487 waddch(win, border | ACS_ULCORNER); in draw_box() 489 waddch(win, border | ACS_LLCORNER); in draw_box() 495 waddch(win, border | ACS_HLINE); in draw_box() 499 waddch(win, border | ACS_VLINE); in draw_box()
|
A D | yesno.c | 63 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 64 wattrset(dialog, dlg.border.atr); in dialog_yesno()
|
A D | inputbox.c | 74 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 75 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 93 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
|
A D | dialog.h | 121 struct dialog_color border; member 227 chtype border);
|
A D | checklist.c | 152 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() 153 wattrset(dialog, dlg.border.atr); in dialog_checklist()
|
A D | textbox.c | 120 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 122 wattrset(dialog, dlg.border.atr); in dialog_textbox()
|
A D | menubox.c | 215 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 216 wattrset(dialog, dlg.border.atr); in dialog_menu()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | inflate.c | 170 static const unsigned border[] = { /* Order of the bit length code lengths */ variable 887 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic() 891 ll[border[j]] = 0; in inflate_dynamic()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 523 +/* border */ 544 + "border", 547 + "border RRGGBB", 548 + "Sets the border video color when in graphics mode."
|
Completed in 29 milliseconds