Home
last modified time | relevance | path

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

/scripts/kconfig/
Dlkc.h96 bool menu_is_empty(struct menu *menu);
Dmconf.c489 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
586 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dnconf.c792 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
893 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
Dmenu.c523 bool menu_is_empty(struct menu *menu) in menu_is_empty() function