Searched refs:item_str (Results 1 - 4 of 4) sorted by relevance

/u-boot/scripts/kconfig/lxdialog/
H A Dmenubox.c92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
280 j = first_alpha(item_str(), "YyNnMmHh");
281 if (key == tolower(item_str()[j]))
287 j = first_alpha(item_str(), "YyNnMmHh");
288 if (key == tolower(item_str()[j]))
H A Dchecklist.c23 strncpy(list_item, item_str(), list_width - item_x);
169 check_x = MAX(check_x, strlen(item_str()) + 4);
200 if (toupper(key) == toupper(item_str()[0]))
H A Ddialog.h173 const char *item_str(void);
H A Dutil.c687 const char *item_str(void) function

Completed in 53 milliseconds