Searched refs:def_menu (Results 1 – 3 of 3) sorted by relevance
531 struct menu *def_menu = NULL; in build_conf() local536 def_menu = child; in build_conf()558 item_set_tag(def_menu ? 't' : ':'); in build_conf()564 if (def_menu) { in build_conf()565 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()567 if (def_menu->list) { in build_conf()569 build_conf(def_menu); in build_conf()
795 struct menu *def_menu = NULL; in build_conf() local800 def_menu = child; in build_conf()826 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()832 if (def_menu) { in build_conf()834 _(menu_get_prompt(def_menu))); in build_conf()836 if (def_menu->list) { in build_conf()838 build_conf(def_menu); in build_conf()
1117 struct menu *def_menu = NULL; in fill_row() local1124 def_menu = child; in fill_row()1127 if (def_menu) in fill_row()1129 g_strdup(_(menu_get_prompt(def_menu))); in fill_row()