item_str 47 scripts/kconfig/lxdialog/checklist.c mvwaddch(win, choice, item_x, item_str()[0]);
item_str 49 scripts/kconfig/lxdialog/checklist.c waddstr(win, (char *)item_str() + 1);
item_str 176 scripts/kconfig/lxdialog/checklist.c check_x = MAX(check_x, strlen(item_str()) + 4);
item_str 206 scripts/kconfig/lxdialog/checklist.c if (toupper(key) == toupper(item_str()[0]))
item_str 185 scripts/kconfig/lxdialog/dialog.h const char *item_str(void);
item_str 105 scripts/kconfig/lxdialog/menubox.c do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
item_str 291 scripts/kconfig/lxdialog/menubox.c j = first_alpha(item_str(), "YyNnMmHh");
item_str 292 scripts/kconfig/lxdialog/menubox.c if (key == tolower(item_str()[j]))
item_str 298 scripts/kconfig/lxdialog/menubox.c j = first_alpha(item_str(), "YyNnMmHh");
item_str 299 scripts/kconfig/lxdialog/menubox.c if (key == tolower(item_str()[j]))