Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/
Dlkc.h97 bool menu_is_empty(struct menu *menu);
Dmconf.c539 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
670 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dnconf.c839 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
981 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