Searched refs:nScanPos (Results 1 – 2 of 2) sorted by relevance
51 sal_uInt32 nScanPos; // Position in der Zeile member in RscFileInst69 sal_uInt32 GetScanPos() { return( nScanPos ); } in GetScanPos()72 int GetFastChar() { return pLine[ nScanPos ] ? in GetFastChar()73 pLine[ nScanPos++ ] : GetChar(); in GetFastChar()
49 nScanPos = 0; in Init()122 if( pLine[ nScanPos ] ) in GetChar()123 return( pLine[ nScanPos++ ] ); in GetChar()149 nScanPos = 0; in GetNewLine()
Completed in 6 milliseconds