OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menubox
(Results
1 - 4
of
4
) sorted by null
/external/toybox/kconfig/lxdialog/
checklist.c
36
wattrset(win, dlg.
menubox
.atr);
69
wattrset(win, dlg.
menubox
.atr);
171
dlg.menubox_border.atr, dlg.
menubox
.atr);
menubox.c
2
*
menubox
.c -- implements the menu box
77
wattrset(win, dlg.
menubox
.atr);
125
wattrset(win, dlg.
menubox
.atr);
238
dlg.menubox_border.atr, dlg.
menubox
.atr);
dialog.h
122
struct dialog_color
menubox
;
member in struct:dialog_info
146
/* item list as used by checklist and
menubox
*/
162
void *data; /* pointer to menu item - used by
menubox
+checklist */
util.c
45
dlg.
menubox
.atr = A_NORMAL;
85
DLG_COLOR(
menubox
, COLOR_BLACK, COLOR_WHITE, false);
123
DLG_COLOR(
menubox
, COLOR_YELLOW, COLOR_BLACK, false);
205
init_one_color(&dlg.
menubox
);
Completed in 65 milliseconds