Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
Dmconf.c530 struct menu *def_menu = NULL; in build_conf() local
535 def_menu = child; in build_conf()
557 item_set_tag(def_menu ? 't' : ':'); in build_conf()
563 if (def_menu) { in build_conf()
564 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()
566 if (def_menu->list) { in build_conf()
568 build_conf(def_menu); in build_conf()
Dnconf.c797 struct menu *def_menu = NULL; in build_conf() local
802 def_menu = child; in build_conf()
828 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
834 if (def_menu) { in build_conf()
836 menu_get_prompt(def_menu)); in build_conf()
838 if (def_menu->list) { in build_conf()
840 build_conf(def_menu); in build_conf()
Dgconf.c1092 struct menu *def_menu = NULL; in fill_row() local
1099 def_menu = child; in fill_row()
1102 if (def_menu) in fill_row()
1104 g_strdup(menu_get_prompt(def_menu)); in fill_row()