Searched refs:def_menu (Results 1 – 4 of 4) sorted by relevance
473 struct menu *def_menu = NULL; in build_conf() local478 def_menu = child; in build_conf()500 item_set_tag(def_menu ? 't' : ':'); in build_conf()506 if (def_menu) { in build_conf()507 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()509 if (def_menu->list) { in build_conf()511 build_conf(def_menu); in build_conf()
532 struct menu *def_menu = NULL; in build_conf() local537 def_menu = child; in build_conf()559 item_set_tag(def_menu ? 't' : ':'); in build_conf()565 if (def_menu) { in build_conf()566 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()568 if (def_menu->list) { in build_conf()570 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()
1093 struct menu *def_menu = NULL; in fill_row() local1100 def_menu = child; in fill_row()1103 if (def_menu) in fill_row()1105 g_strdup(_(menu_get_prompt(def_menu))); in fill_row()