Searched refs:getmaxx (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 37 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) in dialog_yesno() 41 x = (getmaxx(stdscr) - width) / 2; in dialog_yesno()
|
H A D | checklist.c | 124 if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN)) in dialog_checklist() 130 x = (getmaxx(stdscr) - width) / 2; in dialog_checklist()
|
H A D | textbox.c | 88 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox() 393 wmove(win, getmaxy(win) - 3, getmaxx(win) - 9); in print_position()
|
H A D | inputbox.c | 48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox() 52 x = (getmaxx(stdscr) - width) / 2; in dialog_inputbox()
|
H A D | menubox.c | 182 width = getmaxx(stdscr); in dialog_menu() 193 x = (getmaxx(stdscr) - width) / 2; in dialog_menu()
|
H A D | util.c | 247 columns = getmaxx(stdscr); in dialog_clear()
|
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 37 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) in dialog_yesno() 41 x = (getmaxx(stdscr) - width) / 2; in dialog_yesno()
|
H A D | textbox.c | 126 wmove(win, getmaxy(win) - 3, getmaxx(win) - 9); in print_position() 196 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox()
|
H A D | checklist.c | 124 if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN)) in dialog_checklist() 130 x = (getmaxx(stdscr) - width) / 2; in dialog_checklist()
|
H A D | inputbox.c | 48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox() 52 x = (getmaxx(stdscr) - width) / 2; in dialog_inputbox()
|
H A D | menubox.c | 174 width = getmaxx(stdscr); in dialog_menu() 185 x = (getmaxx(stdscr) - width) / 2; in dialog_menu()
|
H A D | util.c | 247 columns = getmaxx(stdscr); in dialog_clear()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | nconf.gui.c | 280 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
|
H A D | mconf.c | 789 help.max_width = getmaxx(stdscr) - 10; in show_help()
|
H A D | nconf.c | 960 print_in_middle(stdscr, 1, 0, getmaxx(stdscr), in show_menu()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | mconf.c | 374 help.max_width = getmaxx(stdscr) - 10; in show_help()
|
H A D | nconf.gui.c | 231 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
|
H A D | nconf.c | 1031 print_in_middle(stdscr, 1, getmaxx(stdscr), in show_menu()
|
Completed in 14 milliseconds