Searched refs:def_menu (Results 1 – 3 of 3) sorted by relevance
530 struct menu *def_menu = NULL; in build_conf() local535 def_menu = child; in build_conf()557 item_set_tag(def_menu ? 't' : ':'); in build_conf()563 if (def_menu) { in build_conf()564 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()566 if (def_menu->list) { in build_conf()568 build_conf(def_menu); in build_conf()
798 struct menu *def_menu = NULL; in build_conf() local803 def_menu = child; in build_conf()829 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()835 if (def_menu) { in build_conf()837 menu_get_prompt(def_menu)); in build_conf()839 if (def_menu->list) { in build_conf()841 build_conf(def_menu); in build_conf()
1094 struct menu *def_menu = NULL; in fill_row() local1101 def_menu = child; in fill_row()1104 if (def_menu) in fill_row()1106 g_strdup(menu_get_prompt(def_menu)); in fill_row()