Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/
Dmconf.c569 struct menu *def_menu = NULL; in build_conf() local
574 def_menu = child; in build_conf()
596 item_set_tag(def_menu ? 't' : ':'); in build_conf()
602 if (def_menu) { in build_conf()
603 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()
605 if (def_menu->list) { in build_conf()
607 build_conf(def_menu); in build_conf()
Dnconf.c869 struct menu *def_menu = NULL; in build_conf() local
874 def_menu = child; in build_conf()
900 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
906 if (def_menu) { in build_conf()
908 menu_get_prompt(def_menu)); in build_conf()
910 if (def_menu->list) { in build_conf()
912 build_conf(def_menu); in build_conf()
Dgconf.c1090 struct menu *def_menu = NULL; in fill_row() local
1097 def_menu = child; in fill_row()
1100 if (def_menu) in fill_row()
1102 g_strdup(menu_get_prompt(def_menu)); in fill_row()