Lines Matching full:selected
16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
21 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
22 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
24 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
109 if (button == -1) { /* Input box selected */ in dialog_inputbox()
233 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
237 button = -1; /* Indicates input box is selected */ in dialog_inputbox()
243 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
253 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
257 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
261 button = -1; /* Indicates input box is selected */ in dialog_inputbox()