Searched refs:def_menu (Results 1 – 3 of 3) sorted by relevance
520 struct menu *def_menu = NULL; in build_conf() local525 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()
823 struct menu *def_menu = NULL; in build_conf() local828 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()
180 struct menu *def_menu = NULL; in set_node() local184 def_menu = child; in set_node()187 if (def_menu) in set_node()188 value = menu_get_prompt(def_menu); in set_node()