Searched refs:mode (Results 1 – 12 of 12) sorted by relevance
22 // For context mode33 // For patch mode44 // For org and report mode
25 // For context mode40 // For patch mode56 // For org mode
136 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu()252 if (isSelected() && !list->hasFocus() && list->mode == menuMode) in paintCell()270 if (list->mode != fullMode) in init()437 if (mode == menuMode && type == P_MENU) in updateSelection()446 if (mode != listMode) in updateList()460 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()461 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()467 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()616 switch (mode) { in updateMenuList()638 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()[all …]
847 char *mode; in main() local859 mode = getenv("MENUCONFIG_MODE"); in main()860 if (mode) { in main()861 if (!strcasecmp(mode, "single_menu")) in main()
1049 void conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() argument1060 switch (mode) { in conf_set_all_new_symbols()1077 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols()1102 if (mode == def_random) in conf_set_all_new_symbols()
83 void conf_set_all_new_symbols(enum conf_def_mode mode);
1473 char *mode; in main() local1482 mode = getenv("NCONFIG_MODE"); in main()1483 if (mode) { in main()1484 if (!strcasecmp(mode, "single_menu")) in main()
131 enum listMode mode; variable
22 // For context mode32 // For patch mode43 // For org mode
111 local mode="$2"118 local str="${mode} ${uid} ${gid}"
87 packagename=user-mode-linux-$version
170 // For context mode