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()
797 struct menu *def_menu = NULL; in build_conf() local802 def_menu = child; in build_conf()828 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()834 if (def_menu) { in build_conf()836 menu_get_prompt(def_menu)); in build_conf()838 if (def_menu->list) { in build_conf()840 build_conf(def_menu); in build_conf()
1092 struct menu *def_menu = NULL; in fill_row() local1099 def_menu = child; in fill_row()1102 if (def_menu) in fill_row()1104 g_strdup(menu_get_prompt(def_menu)); in fill_row()