item_add_str
void item_add_str(const char *fmt, ...);
item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
item_add_str(" (%s) --->", menu_get_prompt(def_menu));
item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu),
item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu),
item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");
item_add_str("%*c%s", indent + 1,
item_add_str(" (%s) --->", menu_get_prompt(def_menu));
item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu),
item_add_str("%*c%s%s", indent + 1, ' ',
item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");