OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tag_key_selected
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
dialog.h
129
struct dialog_color
tag_key_selected
;
member in struct:dialog_info
util.c
52
dlg.
tag_key_selected
.atr = A_REVERSE;
92
DLG_COLOR(
tag_key_selected
, COLOR_YELLOW, COLOR_BLUE, true);
132
DLG_COLOR(
tag_key_selected
, COLOR_YELLOW, COLOR_RED, true);
212
init_one_color(&dlg.
tag_key_selected
);
menubox.c
91
wattrset(win, selected ? dlg.
tag_key_selected
.atr
Completed in 55 milliseconds