HomeSort by relevance Sort by last modified time
    Searched refs:menubox_border (Results 1 - 4 of 4) sorted by null

  /external/toybox/kconfig/lxdialog/
dialog.h 123 struct dialog_color menubox_border; member in struct:dialog_info
util.c 46 dlg.menubox_border.atr = A_NORMAL;
86 DLG_COLOR(menubox_border, COLOR_WHITE, COLOR_WHITE, true);
124 DLG_COLOR(menubox_border, COLOR_BLACK, COLOR_BLACK, true);
206 init_one_color(&dlg.menubox_border);
checklist.c 84 wattrset(win, dlg.menubox_border.atr);
171 dlg.menubox_border.atr, dlg.menubox.atr);
menubox.c 141 wattrset(win, dlg.menubox_border.atr);
238 dlg.menubox_border.atr, dlg.menubox.atr);

Completed in 43 milliseconds