Home
last modified time | relevance | path

Searched refs:current_item (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dcachelib.c1082 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()
H A Dcachelib.h173 struct cache_mp_data_item_ *current_item; member
/freebsd/contrib/ncurses/menu/
H A Dm_item_cur.c93 current_item(const MENU *menu) in current_item() function
H A Dllib-lmenut217 #undef current_item
218 ITEM *current_item(
H A Dllib-lmenutw217 #undef current_item
218 ITEM *current_item(
H A Dllib-lmenuw217 #undef current_item
218 ITEM *current_item(
H A Dllib-lmenu217 #undef current_item
218 ITEM *current_item(
H A Dmenu.h198 extern MENU_EXPORT(ITEM *) current_item(const MENU *);
/freebsd/contrib/ncurses/misc/
H A Dmenu.ref5 "current_item" @2 ;NONAME
H A Dmenu.def18 "current_item" @2 NONAME
/freebsd/contrib/dialog/
H A Dchecklist.c161 int *current_item) in dlg_checklist() argument
218 DLG_TRACE2N("current", *current_item); in dlg_checklist()
607 *current_item = (scrollamt + choice); in dlg_checklist()
H A Dmenubox.c313 int *current_item, in dlg_menu() argument
762 *current_item = scrollamt + choice; in dlg_menu()
764 DLG_TRACE2N("current", *current_item); in dlg_menu()
H A Dformbox.c470 int *current_item) in dlg_form() argument
530 DLG_TRACE2N("current", *current_item); in dlg_form()
890 *current_item = choice; in dlg_form()
H A Dtreeview.c165 int *current_item) in dlg_treeview() argument
566 *current_item = (scrollamt + choice); in dlg_treeview()
H A Dbuildlist.c516 int *current_item) in dlg_buildlist() argument
1167 *current_item = cur_item; in dlg_buildlist()
/freebsd/lib/ncurses/menu/
H A DMakefile112 mitem_current.3 current_item.3 \
/freebsd/contrib/ncurses/
H A DNEWS13613 + Change of return type for current_item() and operator[] for menus.