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()
820 struct menu *def_menu = NULL; in build_conf() local825 def_menu = child; in build_conf()829 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()833 if (def_menu) in build_conf()834 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
1058 struct menu *def_menu = NULL; in fill_row() local1063 def_menu = child; in fill_row()1066 if (def_menu) in fill_row()1068 g_strdup(menu_get_prompt(def_menu)); in fill_row()
Completed in 12 milliseconds