Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/
Dmconf.c528 struct menu *def_menu = NULL; in build_conf() local
533 def_menu = child; in build_conf()
555 item_set_tag(def_menu ? 't' : ':'); in build_conf()
561 if (def_menu) { in build_conf()
562 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()
564 if (def_menu->list) { in build_conf()
566 build_conf(def_menu); in build_conf()
Dnconf.c794 struct menu *def_menu = NULL; in build_conf() local
799 def_menu = child; in build_conf()
825 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
831 if (def_menu) { in build_conf()
833 menu_get_prompt(def_menu)); in build_conf()
835 if (def_menu->list) { in build_conf()
837 build_conf(def_menu); in build_conf()
Dgconf.c1093 struct menu *def_menu = NULL; in fill_row() local
1100 def_menu = child; in fill_row()
1103 if (def_menu) in fill_row()
1105 g_strdup(menu_get_prompt(def_menu)); in fill_row()