Searched refs:NewBufferPtr (Results 1 – 1 of 1) sorted by relevance
94 const char *NewBufferPtr = BufferPtr; in skipLineStartingDecorations() local95 NewBufferPtr++; in skipLineStartingDecorations()96 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()99 char C = *NewBufferPtr; in skipLineStartingDecorations()101 NewBufferPtr++; in skipLineStartingDecorations()102 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()104 C = *NewBufferPtr; in skipLineStartingDecorations()107 BufferPtr = NewBufferPtr + 1; in skipLineStartingDecorations()