item_str
check_x = MAX(check_x, strlen(item_str()) + 4);
if (toupper(key) == toupper(item_str()[0]))
strncpy(list_item, item_str(), list_width - item_x);
const char *item_str(void);
j = first_alpha(item_str(), "YyNnMmHh");
if (key == tolower(item_str()[j]))
j = first_alpha(item_str(), "YyNnMmHh");
if (key == tolower(item_str()[j]))
do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \