item_str           36 scripts/kconfig/lxdialog/checklist.c 	strncpy(list_item, item_str(), list_width - item_x);
item_str          182 scripts/kconfig/lxdialog/checklist.c 		check_x = MAX(check_x, strlen(item_str()) + 4);
item_str          213 scripts/kconfig/lxdialog/checklist.c 			if (toupper(key) == toupper(item_str()[0]))
item_str          192 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          293 scripts/kconfig/lxdialog/menubox.c 				j = first_alpha(item_str(), "YyNnMmHh");
item_str          294 scripts/kconfig/lxdialog/menubox.c 				if (key == tolower(item_str()[j]))
item_str          300 scripts/kconfig/lxdialog/menubox.c 					j = first_alpha(item_str(), "YyNnMmHh");
item_str          301 scripts/kconfig/lxdialog/menubox.c 					if (key == tolower(item_str()[j]))