Searched refs:item_str (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 280 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 281 if (key == tolower(item_str()[j])) in dialog_menu() 287 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 288 if (key == tolower(item_str()[j])) in dialog_menu()
|
| H A D | checklist.c | 23 strncpy(list_item, item_str(), list_width - item_x); in print_item() 169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
| H A D | dialog.h | 173 const char *item_str(void);
|
| H A D | util.c | 687 const char *item_str(void) in item_str() function
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | menubox.c | 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 293 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 294 if (key == tolower(item_str()[j])) in dialog_menu() 300 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 301 if (key == tolower(item_str()[j])) in dialog_menu()
|
| H A D | checklist.c | 36 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 D | dialog.h | 192 const char *item_str(void);
|
| H A D | util.c | 700 const char *item_str(void) in item_str() function
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 93 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 281 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 282 if (key == tolower(item_str()[j])) in dialog_menu() 288 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 289 if (key == tolower(item_str()[j])) in dialog_menu()
|
| H A D | checklist.c | 24 strncpy(list_item, item_str(), list_width - item_x); in print_item() 170 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 201 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
| H A D | dialog.h | 180 const char *item_str(void);
|
| H A D | util.c | 688 const char *item_str(void) in item_str() function
|
| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0005-bison_3_breaks_mysql_server_build.patch | 2675 Item_string *item_str; 2676 - item_str= new (YYTHD->mem_root) 2677 + item_str= new (thd->mem_root) 2693 Item_string *item_str; 2694 - item_str= new (YYTHD->mem_root) 2695 + item_str= new (thd->mem_root)
|