Searched refs:def_menu (Results 1 – 3 of 3) sorted by relevance
519 struct menu *def_menu = NULL; in build_conf() local524 def_menu = child; in build_conf()528 item_set_tag(def_menu ? 't' : ':'); in build_conf()532 if (def_menu) in build_conf()533 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
822 struct menu *def_menu = NULL; in build_conf() local827 def_menu = child; in build_conf()831 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()835 if (def_menu) in build_conf()836 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
1060 struct menu *def_menu = NULL; in fill_row() local1065 def_menu = child; in fill_row()1068 if (def_menu) in fill_row()1070 g_strdup(menu_get_prompt(def_menu)); in fill_row()