Home
last modified time | relevance | path

Searched refs:show_all_items (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/scripts/kconfig/
Dnconf.c257 static int show_all_items; variable
420 show_all_items = 1; in handle_f4()
422 show_all_items = 0; in handle_f4()
742 if (!menu || (!show_all_items && !menu_is_visible(menu))) in build_conf()
1247 if (!show_all_items && !menu_is_visible(child)) in conf_choice()