Searched refs:oldList (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp232 BList* oldList = NULL; local
263 oldList = fSpecs;
268 oldList = newList; // but clean up if it does
270 _DeleteHKSList(oldList);
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c4220 xmlNodeSetPtr list = NULL, oldList; local
4265 oldList = ctxt->nodeList;
4514 ctxt->nodeList = oldList;
4811 xmlNodeSetPtr list = NULL, oldList;
4878 oldList = ctxt->nodeList;
4947 ctxt->nodeList = oldList;
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp7514 BPoseView::SelectPosesListMode(BRect selectionRect, BList** oldList) argument
7560 count = (*oldList)->CountItems();
7562 int32 oldIndex = (addr_t)(*oldList)->ItemAt(index);
7576 delete* oldList;
7577 *oldList = newList;
7582 BPoseView::SelectPosesIconMode(BRect selectionRect, BList** oldList) argument
7623 count = (*oldList)->CountItems();
7625 int32 oldIndex = (addr_t)(*oldList)->ItemAt(index);
7637 delete* oldList;
7638 *oldList
[all...]

Completed in 115 milliseconds