Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/kconfig/
Dlkc.h97 bool menu_is_empty(struct menu *menu);
Dmconf.c498 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
629 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dnconf.c764 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
906 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dmenu.c606 bool menu_is_empty(struct menu *menu) in menu_is_empty() function