Searched refs:current_item (Results 1 – 17 of 17) sorted by relevance
1082 retval->current_item = TAILQ_FIRST( in open_cache_mp_read_session()1106 if (rs->current_item == NULL) { in cache_mp_read()1111 if (rs->current_item->value_size > *data_size) { in cache_mp_read()1112 *data_size = rs->current_item->value_size; in cache_mp_read()1122 *data_size = rs->current_item->value_size; in cache_mp_read()1123 memcpy(data, rs->current_item->value, rs->current_item->value_size); in cache_mp_read()1124 rs->current_item = TAILQ_NEXT(rs->current_item, entries); in cache_mp_read()
173 struct cache_mp_data_item_ *current_item; member
93 current_item(const MENU *menu) in current_item() function
217 #undef current_item218 ITEM *current_item(
198 extern MENU_EXPORT(ITEM *) current_item(const MENU *);
5 "current_item" @2 ;NONAME
18 "current_item" @2 NONAME
161 int *current_item) in dlg_checklist() argument218 DLG_TRACE2N("current", *current_item); in dlg_checklist()607 *current_item = (scrollamt + choice); in dlg_checklist()
313 int *current_item, in dlg_menu() argument762 *current_item = scrollamt + choice; in dlg_menu()764 DLG_TRACE2N("current", *current_item); in dlg_menu()
470 int *current_item) in dlg_form() argument530 DLG_TRACE2N("current", *current_item); in dlg_form()890 *current_item = choice; in dlg_form()
165 int *current_item) in dlg_treeview() argument566 *current_item = (scrollamt + choice); in dlg_treeview()
516 int *current_item) in dlg_buildlist() argument1167 *current_item = cur_item; in dlg_buildlist()
112 mitem_current.3 current_item.3 \
13613 + Change of return type for current_item() and operator[] for menus.