Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dmconf.c520 struct menu *def_menu = NULL; in build_conf() local
525 def_menu = child; in build_conf()
529 item_set_tag(def_menu ? 't' : ':'); in build_conf()
533 if (def_menu) in build_conf()
534 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
H A Dnconf.c823 struct menu *def_menu = NULL; in build_conf() local
828 def_menu = child; in build_conf()
832 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
836 if (def_menu) in build_conf()
837 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
H A Dgconf.c180 struct menu *def_menu = NULL; in set_node() local
184 def_menu = child; in set_node()
187 if (def_menu) in set_node()
188 value = menu_get_prompt(def_menu); in set_node()