OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tag_selected
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
dialog.h
127
struct dialog_color
tag_selected
;
member in struct:dialog_info
util.c
50
dlg.
tag_selected
.atr = A_REVERSE;
90
DLG_COLOR(
tag_selected
, COLOR_YELLOW, COLOR_BLUE, true);
130
DLG_COLOR(
tag_selected
, COLOR_YELLOW, COLOR_RED, true);
210
init_one_color(&dlg.
tag_selected
);
checklist.c
46
wattrset(win, selected ? dlg.
tag_selected
.atr : dlg.tag.atr);
Completed in 60 milliseconds