Home
last modified time | relevance | path

Searched refs:DSCount (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nbc/NXT/
H A DuNXTClasses.pas53 DSCount : Word;
183 function DSCount : Word; in DSCount() function
2037 SetLength(DS.TOC, H.Head.DSCount);
2039 for i := 0 to H.Head.DSCount - 1 do
2257 fHeader.Head.DSCount := 0;
2368 WriteWordToStream(aStream, DSCount);
4370 Result := fHeader.DSCount;
5798 fHeader.DSCount := fDSData.DSCount;
6103 fHeader.DSCount := 0;
9160 function TDSData.DSCount: Word; in TDSData.DSCount() function
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h391 int DSCount; variable
H A DInterface.cpp211 DSCount = -1; in Interface()
341 FreeResRefTable(DefSound, DSCount); in ~Interface()
1626 DSCount = ReadResRefTable ("defsound", DefSound); in Init()
1627 if (DSCount == 0) { in Init()
4187 if (index<=DSCount) { in PlaySound()