Lines Matching refs:selected
67 int selected, int hotkey) in do_print_item() argument
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
95 if (selected) { in do_print_item()
102 #define print_item(index, choice, selected) \ argument
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument
160 print_button(win, "Select", y, x, selected == 0); in print_buttons()
161 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons()
162 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons()
164 wmove(win, y, x + 1 + 12 * selected); in print_buttons()
183 const void *selected, int *s_scroll) in dialog_menu() argument
247 if (selected && (selected == item_data())) in dialog_menu()