Home
last modified time | relevance | path

Searched refs:_listSize (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddialogue_menu.cpp103 _listSize = 0; in clearList()
108 if (_listSize >= kMaxItems) { in addToList()
130 int index = _listSize++; in addToList()
193 if (index < _listSize - 1) { in removeFromList()
198 --_listSize; in removeFromList()
210 if (_listSize == 1) { in queryInput()
213 } else if (_listSize == 2) { in queryInput()
300 return _listSize; in listSize()
437 f.writeInt(_listSize); in save()
461 _listSize = f.readInt(); in load()
[all …]
H A Ddialogue_menu.h63 int _listSize; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddialogue_menu.cpp103 _listSize = 0; in clearList()
108 if (_listSize >= kMaxItems) { in addToList()
130 int index = _listSize++; in addToList()
193 if (index < _listSize - 1) { in removeFromList()
198 --_listSize; in removeFromList()
210 if (_listSize == 1) { in queryInput()
213 } else if (_listSize == 2) { in queryInput()
300 return _listSize; in listSize()
437 f.writeInt(_listSize); in save()
461 _listSize = f.readInt(); in load()
[all …]
H A Ddialogue_menu.h63 int _listSize; variable
/dports/games/bzflag-server/bzflag-2.4.22/src/scene/
H A DOctree.cxx336 SceneNode** _list, int _listSize) in OctreeNode() argument
350 const int listBytes = _listSize * sizeof(SceneNode*); in OctreeNode()
362 for (i = 0; i < _listSize; i++) in OctreeNode()
/dports/games/bzflag/bzflag-2.4.22/src/scene/
H A DOctree.cxx336 SceneNode** _list, int _listSize) in OctreeNode() argument
350 const int listBytes = _listSize * sizeof(SceneNode*); in OctreeNode()
362 for (i = 0; i < _listSize; i++) in OctreeNode()