Searched refs:print_button (Results 1 - 7 of 7) sorted by relevance

/u-boot/scripts/kconfig/lxdialog/
H A Dyesno.c19 print_button(dialog, " Yes ", y, x, selected == 0);
20 print_button(dialog, " No ", y, x + 13, selected == 1);
H A Dmenubox.c147 print_button(win, "Select", y, x, selected == 0);
148 print_button(win, " Exit ", y, x + 12, selected == 1);
149 print_button(win, " Help ", y, x + 24, selected == 2);
150 print_button(win, " Save ", y, x + 36, selected == 3);
151 print_button(win, " Load ", y, x + 48, selected == 4);
H A Dinputbox.c21 print_button(dialog, " Ok ", y, x, selected == 0);
22 print_button(dialog, " Help ", y, x + 14, selected == 1);
H A Ddialog.h205 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
H A Dchecklist.c93 print_button(dialog, "Select", y, x, selected == 0);
94 print_button(dialog, " Help ", y, x + 14, selected == 1);
H A Dtextbox.c119 print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
H A Dutil.c434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) function

Completed in 72 milliseconds