Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dmenubox.c105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
291 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu()
292 if (key == tolower(item_str()[j])) in dialog_menu()
298 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu()
299 if (key == tolower(item_str()[j])) in dialog_menu()
H A Dchecklist.c36 strncpy(list_item, item_str(), list_width - item_x); in print_item()
182 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
213 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
H A Ddialog.h185 const char *item_str(void);
H A Dutil.c644 const char *item_str(void) in item_str() function