Searched refs:def_menu (Results 1 – 3 of 3) sorted by relevance
569 struct menu *def_menu = NULL; in build_conf() local574 def_menu = child; in build_conf()596 item_set_tag(def_menu ? 't' : ':'); in build_conf()602 if (def_menu) { in build_conf()603 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf()605 if (def_menu->list) { in build_conf()607 build_conf(def_menu); in build_conf()
869 struct menu *def_menu = NULL; in build_conf() local874 def_menu = child; in build_conf()900 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()906 if (def_menu) { in build_conf()908 menu_get_prompt(def_menu)); in build_conf()910 if (def_menu->list) { in build_conf()912 build_conf(def_menu); in build_conf()
1090 struct menu *def_menu = NULL; in fill_row() local1097 def_menu = child; in fill_row()1100 if (def_menu) in fill_row()1102 g_strdup(menu_get_prompt(def_menu)); in fill_row()