Searched refs:mode (Results 1 – 11 of 11) sorted by relevance
| /scripts/kconfig/ |
| A D | qconf.cc | 125 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 244 if (list->mode != fullMode) in init() 423 if (mode != listMode) in updateList() 601 switch (mode) { in updateMenuList() 623 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() 666 switch (mode) { in updateMenuList() 688 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() 714 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent() 738 mode != fullMode && mode != menuMode) { in keyPressEvent() 796 mode != fullMode && mode != menuMode) in mouseReleaseEvent() [all …]
|
| A D | mconf.c | 1004 char *mode; in main() local 1018 mode = getenv("MENUCONFIG_MODE"); in main() 1019 if (mode) { in main() 1020 if (!strcasecmp(mode, "single_menu")) in main()
|
| A D | confdata.c | 1191 bool conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() argument 1202 if (mode == def_random) { in conf_set_all_new_symbols() 1248 switch (mode) { in conf_set_all_new_symbols() 1275 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols() 1295 if (mode != def_random) { in conf_set_all_new_symbols() 1308 if (mode == def_random) in conf_set_all_new_symbols()
|
| A D | lkc.h | 71 bool conf_set_all_new_symbols(enum conf_def_mode mode);
|
| A D | nconf.c | 1476 char *mode; in main() local 1486 mode = getenv("NCONFIG_MODE"); in main() 1487 if (mode) { in main() 1488 if (!strcasecmp(mode, "single_menu")) in main()
|
| A D | qconf.h | 115 enum listMode mode; variable
|
| /scripts/coccinelle/misc/ |
| A D | badty.cocci | 21 // For context mode 35 // For patch mode 50 // For org and report mode
|
| /scripts/kconfig/tests/ |
| A D | conftest.py | 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 51 command = [CONF_PATH, mode, 'Kconfig'] 153 def _allconfig(self, mode, all_config): argument 160 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
|
| /scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 36 // For context mode 54 // For patch mode 72 // For org and report mode
|
| /scripts/ |
| A D | Makefile.gcc-plugins | 29 += -fplugin-arg-randomize_layout_plugin-performance-mode
|
| /scripts/dtc/ |
| A D | README | 23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb', mode='rb').read())
|
Completed in 16 milliseconds