OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item_data_print
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/
menu.h
12
void (*
item_data_print
)(void *),
/external/u-boot/common/
menu.c
38
void (*
item_data_print
)(void *);
member in struct:menu
73
* Print a menu_item. If the consumer provided an
item_data_print
function
81
if (!m->
item_data_print
) {
85
m->
item_data_print
(item->data);
292
* dereferenced internally, but will be passed to the
item_data_print
, and
344
*
item_data_print
- If not NULL, will be called for each item when the menu
347
* what must be entered to select an item, the
item_data_print
function should
360
void (*
item_data_print
)(void *),
374
m->
item_data_print
=
item_data_print
;
[
all
...]
Completed in 187 milliseconds