Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmconf.c519 struct menu *def_menu = NULL; in build_conf() local
524 def_menu = child; in build_conf()
528 item_set_tag(def_menu ? 't' : ':'); in build_conf()
532 if (def_menu) in build_conf()
533 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
Dnconf.c822 struct menu *def_menu = NULL; in build_conf() local
827 def_menu = child; in build_conf()
831 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
835 if (def_menu) in build_conf()
836 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
Dgconf.c1060 struct menu *def_menu = NULL; in fill_row() local
1065 def_menu = child; in fill_row()
1068 if (def_menu) in fill_row()
1070 g_strdup(menu_get_prompt(def_menu)); in fill_row()