Searched refs:current_item (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/ncurses/menu/
H A Dm_item_cur.c85 | Function : ITEM *current_item(const MENU *menu)
92 current_item(const MENU * menu) function
94 T((T_CALLED("current_item(%p)"), menu));
H A Dllib-lmenu216 #undef current_item
217 ITEM *current_item(
H A Dllib-lmenuw216 #undef current_item
217 ITEM *current_item(
H A Dmenu.h176 extern NCURSES_EXPORT(ITEM *) current_item (const MENU *);
/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.h175 struct cache_mp_data_item_ *current_item; member in struct:cache_mp_read_session_
H A Dcachelib.c1084 retval->current_item = TAILQ_FIRST(
1108 if (rs->current_item == NULL) {
1113 if (rs->current_item->value_size > *data_size) {
1114 *data_size = rs->current_item->value_size;
1124 *data_size = rs->current_item->value_size;
1125 memcpy(data, rs->current_item->value, rs->current_item->value_size);
1126 rs->current_item = TAILQ_NEXT(rs->current_item, entries);
/freebsd-10-stable/lib/ncurses/menu/
H A DMakefile114 mitem_current.3 current_item.3 \
/freebsd-10-stable/contrib/dialog/
H A Dchecklist.c161 int *current_item)
585 *current_item = (scrollamt + choice);
152 dlg_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int flag, int *current_item) argument
H A Dmenubox.c300 int *current_item,
728 *current_item = scrollamt + choice;
293 dlg_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, DIALOG_LISTITEM * items, int *current_item, DIALOG_INPUTMENU rename_menutext) argument
H A Dtreeview.c165 int *current_item)
559 *current_item = (scrollamt + choice);
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
H A Dbuildlist.c421 int *current_item)
1007 *current_item = cur_item;
412 dlg_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int order_mode, int *current_item) argument
H A Dformbox.c467 int *current_item)
867 *current_item = choice;
460 dlg_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, DIALOG_FORMITEM * items, int *current_item) argument
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h205 extern ITEM * current_item(MENU *);

Completed in 224 milliseconds