Searched refs:print_button (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/kconfig/lxdialog/ ! |
H A D | yesno.c | 19 print_button(dialog, " Yes ", y, x, selected == 0); in print_buttons() 20 print_button(dialog, " No ", y, x + 13, selected == 1); in print_buttons()
|
H A D | inputbox.c | 21 print_button(dialog, " Ok ", y, x, selected == 0); in print_buttons() 22 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons()
|
H A D | checklist.c | 93 print_button(dialog, "Select", y, x, selected == 0); in print_buttons() 94 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons()
|
H A D | dialog.h | 185 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
|
H A D | textbox.c | 227 print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE); in dialog_textbox()
|
H A D | util.c | 406 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() function
|