| /scripts/kconfig/tests/choice/ |
| A D | allyes_expected_config | 1 CONFIG_MODULES=y 3 CONFIG_BOOL_CHOICE1=y 5 CONFIG_OPT_BOOL_CHOICE1=y 7 CONFIG_TRI_CHOICE1=y 9 CONFIG_OPT_TRI_CHOICE1=y
|
| A D | allmod_expected_config | 1 CONFIG_MODULES=y 3 CONFIG_BOOL_CHOICE1=y 5 CONFIG_OPT_BOOL_CHOICE1=y
|
| A D | oldask0_expected_stdout | 6 optional boolean choice [N/y/?] (NEW) 7 tristate choice [M/y/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
| A D | alldef_expected_config | 1 CONFIG_MODULES=y 3 CONFIG_BOOL_CHOICE1=y
|
| A D | allno_expected_config | 3 CONFIG_BOOL_CHOICE1=y 5 CONFIG_TRI_CHOICE1=y
|
| A D | oldask1_expected_stdout | 1 Enable loadable module support (MODULES) [N/y/?] 15 optional tristate choice [N/y/?]
|
| /scripts/kconfig/lxdialog/ |
| A D | yesno.c | 17 int y = height - 2; in print_buttons() local 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() 22 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons() 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local 42 y = (getmaxy(stdscr) - height) / 2; in dialog_yesno() 44 draw_shadow(stdscr, y, x, height, width); in dialog_yesno() 46 dialog = newwin(height, width, y, x); in dialog_yesno()
|
| A D | dialog.h | 43 #define MIN(x,y) (x < y ? x : y) argument 44 #define MAX(x,y) (x > y ? x : y) argument 201 void end_dialog(int x, int y); 204 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 205 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 207 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 209 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
| A D | menubox.c | 105 wmove(win, y, x); in print_arrows() 119 y = y + height + 1; in print_arrows() 120 wmove(win, y, x); in print_arrows() 145 int y = height - 2; in print_buttons() local 147 print_button(win, "Select", y, x, selected == 0); in print_buttons() 153 wmove(win, y, x + 1 + 12 * selected); in print_buttons() 174 int i, j, x, y, box_x, box_y; in dialog_menu() local 194 y = (getmaxy(stdscr) - height) / 2; in dialog_menu() 196 draw_shadow(stdscr, y, x, height, width); in dialog_menu() 198 dialog = newwin(height, width, y, x); in dialog_menu() [all …]
|
| A D | checklist.c | 53 int y, int x, int height) in print_arrows() argument 55 wmove(win, y, x); in print_arrows() 69 y = y + height + 1; in print_arrows() 70 wmove(win, y, x); in print_arrows() 91 int y = height - 2; in print_buttons() local 93 print_button(dialog, "Select", y, x, selected == 0); in print_buttons() 96 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons() 107 int i, x, y, box_x, box_y; in dialog_checklist() local 131 y = (getmaxy(stdscr) - height) / 2; in dialog_checklist() 133 draw_shadow(stdscr, y, x, height, width); in dialog_checklist() [all …]
|
| A D | inputbox.c | 19 int y = height - 2; in print_buttons() local 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() 24 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons() 34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local 53 y = (getmaxy(stdscr) - height) / 2; in dialog_inputbox() 55 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox() 57 dialog = newwin(height, width, y, x); in dialog_inputbox() 76 getyx(dialog, y, x); in dialog_inputbox() 77 box_y = y + 2; in dialog_inputbox() [all …]
|
| /scripts/kconfig/tests/inter_choice/ |
| A D | expected_config | 1 CONFIG_MODULES=y 2 CONFIG_CHOICE_VAL0=y 4 CONFIG_DUMMY=y
|
| /scripts/kconfig/tests/rand_nested_choice/ |
| A D | expected_stdout2 | 2 CONFIG_B=y 4 CONFIG_D=y 5 CONFIG_E=y
|
| A D | expected_stdout1 | 2 CONFIG_B=y 3 CONFIG_C=y
|
| /scripts/ |
| A D | Kconfig.include | 18 # Return y if <command> exits with 0, n otherwise 19 success = $(if-success,$(1),y,n) 22 # Return y if the compiler supports <flag>, n otherwise 26 # Return y if the compiler defines <macro>, n otherwise 30 # Return y if the linker supports <flag>, n otherwise
|
| A D | check-of.sh | 33 if grep -q OF_HAS_PRIOR_STAGE=y "${path}"; then 34 if ! grep -lq CONFIG_OF_BOARD=y "${path}"; then
|
| A D | Makefile.xpl | 35 ifeq ($(CONFIG_SPL_BUILD),y) 38 ifeq ($(CONFIG_TPL_BUILD),y) 41 ifeq ($(CONFIG_VPL_BUILD),y) 46 ifeq ($(CONFIG_VPL_BUILD),y) 50 ifeq ($(CONFIG_TPL_BUILD),y) 61 ifeq ($(CONFIG_SPL_BUILD),y) 64 ifeq ($(CONFIG_VPL_BUILD),y) 67 ifeq ($(CONFIG_TPL_BUILD),y) 326 build_dtb := y 505 ifeq ($(LTO_ENABLE),y) [all …]
|
| A D | Makefile.dts | 6 ifeq ($(CONFIG_OF_UPSTREAM_BUILD_VENDOR),y) 7 ifeq ($(CONFIG_ARM64),y)
|
| /scripts/kconfig/tests/auto_submenu/ |
| A D | expected_stdout | 3 A1_0 (A0_0) [N/y/?] (NEW) 9 B (B) [N/y/?] (NEW) 10 C (C) [N/y/?] (NEW)
|
| A D | Kconfig | 3 default y 8 default y 22 default y
|
| /scripts/kconfig/ |
| A D | nconf.gui.c | 153 { int length, x, y; in print_in_middle() local 158 getyx(win, y, x); in print_in_middle() 162 y = starty; in print_in_middle() 170 mvwprintw(win, y, x, "%s", string); in print_in_middle() 215 int x, y; in fill_window() local 219 getmaxyx(win, y, x); in fill_window() 221 total_lines = min(total_lines, y); in fill_window() 254 int i, x, y; in btn_dialog() local 393 y = (lines-win_lines)/2; in dialog_inputbox() 551 int x, y, lines, columns; in show_scroll_win() local [all …]
|
| /scripts/kconfig/tests/choice_value_with_m_dep/ |
| A D | expected_config | 1 CONFIG_MODULES=y 3 CONFIG_CHOICE0=y
|
| A D | expected_stdout | 1 Tristate Choice [M/y/?] y
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| A D | config | 1 CONFIG_CHOICE_B=y 3 CONFIG_CHOICE_E=y
|
| A D | expected_stdout | 1 A (A) [N/y/?] (NEW) y
|