Lines Matching full:selected
17 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
22 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
23 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
25 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
110 if (button == -1) { /* Input box selected */ in dialog_inputbox()
234 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
238 button = -1; /* Indicates input box is selected */ in dialog_inputbox()
244 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
254 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
258 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
262 button = -1; /* Indicates input box is selected */ in dialog_inputbox()