OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item_str
(Results
1 - 4
of
4
) sorted by null
/external/toybox/kconfig/lxdialog/
checklist.c
47
mvwaddch(win, choice, item_x,
item_str
()[0]);
49
waddstr(win, (char *)
item_str
() + 1);
176
check_x = MAX(check_x, strlen(
item_str
()) + 4);
206
if (toupper(key) == toupper(
item_str
()[0]))
menubox.c
105
do_print_item(menu,
item_str
(), choice, selected, !item_is_tag(':')); \
291
j = first_alpha(
item_str
(), "YyNnMmHh");
292
if (key == tolower(
item_str
()[j]))
298
j = first_alpha(
item_str
(), "YyNnMmHh");
299
if (key == tolower(
item_str
()[j]))
dialog.h
179
const char *
item_str
(void);
util.c
629
const char *
item_str
(void)
function
Completed in 34 milliseconds