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

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlists2.h28 #define SLL_INSERT(_head,_nextp,_item) sll_insert_head(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)
29 //#define SLL_INSERT_TAIL(_head,_nextp,_item) (typeof(_head))sll_insert_tail(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)
30 #define SLL_INSERT_TAIL(_head,_nextp,_item) sll_insert_head(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)
32 #define SLL_REMOVE(_head,_nextp,_item) sll_remove(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.h83 BMenuItem*& _item) const;
H A DExpressionEvaluationWindow.cpp545 BMenuItem*& _item) const
558 _item = new(std::nothrow) BMenuItem(nameString,
560 if (_item == NULL)
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.h88 BMenuItem** _item = NULL);
H A DExpandoMenuBar.cpp407 BMenuItem* _item = ItemAt(i); local
408 if (_item->Frame().Contains(where)) {
409 item = dynamic_cast<TTeamMenuItem*>(_item);
587 If \a _item is given, it will return the exact menu item under
591 TExpandoMenuBar::TeamItemAtPoint(BPoint point, BMenuItem** _item) argument
602 if (_item != NULL)
603 *_item = item;
611 if (_item != NULL)
612 *_item = NULL;
/haiku/src/servers/media/
H A DMediaFilesManager.cpp394 MediaFilesManager::_SetItem(const char* _type, const char* _item, argument
398 TRACE("MediaFilesManager::_SetItem(%s, %s)\n", _type, _item);
402 BString item(_item);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h108 uint32 what, ActionMenuItem*& _item);
H A DVariablesView.cpp2784 ActionMenuItem*& _item)
2792 _item = new(std::nothrow) ActionMenuItem(action,
2794 if (_item == NULL)
2783 _CreateContextAction(const char* action, uint32 what, ActionMenuItem*& _item) argument
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp635 PlaylistListView::_AddItem(PlaylistItem* _item, int32 index) argument
637 if (_item == NULL)
640 Item* item = new (nothrow) Item(_item);
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp395 static int ValuePredicate(const void* _item, void* _value) argument
397 Item* item = (Item*)_item;
/haiku/headers/os/interface/
H A DMenu.h286 int _State(BMenuItem** _item = NULL) const;
H A DLayoutBuilder.h406 inline ThisBuilder& GetItem(BMenuItem*& _item);
1826 MenuItem<ParentBuilder>::GetItem(BMenuItem*& _item) argument
1828 _item = fMenuItem;
/haiku/src/system/boot/loader/
H A Dmenu.cpp967 user_menu_boot_volume_state(Menu* menu, MenuItem* _item) argument
970 _item);

Completed in 154 milliseconds