Lines Matching full:selected
29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
34 print_button(dialog, " Ok ", y, x, selected == 0); in print_buttons()
35 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons()
37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
122 if (button == -1) { /* Input box selected */ in dialog_inputbox()
247 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
251 button = -1; /* Indicates input box is selected */ in dialog_inputbox()
257 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
267 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
271 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
275 button = -1; /* Indicates input box is selected */ in dialog_inputbox()