Home
last modified time | relevance | path

Searched refs:getmaxx (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dyesno.c37 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) in dialog_yesno()
41 x = (getmaxx(stdscr) - width) / 2; in dialog_yesno()
H A Dchecklist.c124 if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN)) in dialog_checklist()
130 x = (getmaxx(stdscr) - width) / 2; in dialog_checklist()
H A Dtextbox.c88 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox()
393 wmove(win, getmaxy(win) - 3, getmaxx(win) - 9); in print_position()
H A Dinputbox.c48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox()
52 x = (getmaxx(stdscr) - width) / 2; in dialog_inputbox()
H A Dmenubox.c182 width = getmaxx(stdscr); in dialog_menu()
193 x = (getmaxx(stdscr) - width) / 2; in dialog_menu()
H A Dutil.c247 columns = getmaxx(stdscr); in dialog_clear()
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dyesno.c37 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) in dialog_yesno()
41 x = (getmaxx(stdscr) - width) / 2; in dialog_yesno()
H A Dtextbox.c126 wmove(win, getmaxy(win) - 3, getmaxx(win) - 9); in print_position()
196 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox()
H A Dchecklist.c124 if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN)) in dialog_checklist()
130 x = (getmaxx(stdscr) - width) / 2; in dialog_checklist()
H A Dinputbox.c48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox()
52 x = (getmaxx(stdscr) - width) / 2; in dialog_inputbox()
H A Dmenubox.c174 width = getmaxx(stdscr); in dialog_menu()
185 x = (getmaxx(stdscr) - width) / 2; in dialog_menu()
H A Dutil.c247 columns = getmaxx(stdscr); in dialog_clear()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dnconf.gui.c280 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
H A Dmconf.c789 help.max_width = getmaxx(stdscr) - 10; in show_help()
H A Dnconf.c960 print_in_middle(stdscr, 1, 0, getmaxx(stdscr), in show_menu()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dmconf.c374 help.max_width = getmaxx(stdscr) - 10; in show_help()
H A Dnconf.gui.c231 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
H A Dnconf.c1031 print_in_middle(stdscr, 1, getmaxx(stdscr), in show_menu()

Completed in 14 milliseconds