Home
last modified time | relevance | path

Searched refs:print_button (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dmenubox.c147 print_button(win, "Select", y, x, selected == 0); in print_buttons()
148 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons()
149 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons()
150 print_button(win, " Save ", y, x + 36, selected == 3); in print_buttons()
151 print_button(win, " Load ", y, x + 48, selected == 4); in print_buttons()
H A Dyesno.c19 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 Dinputbox.c21 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 Dchecklist.c93 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 Ddialog.h205 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
H A Dtextbox.c119 print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE); in dialog_textbox()
H A Dutil.c434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() function
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dmenubox.c160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
163 print_button(win, gettext(" Save "), y, x + 36, selected == 3); in print_buttons()
164 print_button(win, gettext(" Load "), y, x + 48, selected == 4); in print_buttons()
H A Dyesno.c32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
H A Dinputbox.c34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
H A Dchecklist.c106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
H A Ddialog.h224 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
H A Dtextbox.c132 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); in dialog_textbox()
H A Dutil.c447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() function
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dmenubox.c148 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
149 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
150 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
151 print_button(win, gettext(" Save "), y, x + 36, selected == 3); in print_buttons()
152 print_button(win, gettext(" Load "), y, x + 48, selected == 4); in print_buttons()
H A Dyesno.c20 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
21 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
H A Dinputbox.c22 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()
H A Dchecklist.c94 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
95 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
H A Ddialog.h212 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
H A Dtextbox.c120 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); in dialog_textbox()
H A Dutil.c435 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() function