Searched refs:NewBufferPtr (Results 1 – 1 of 1) sorted by relevance
102 const char *NewBufferPtr = BufferPtr; in skipLineStartingDecorations() local103 NewBufferPtr++; in skipLineStartingDecorations()104 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()107 char C = *NewBufferPtr; in skipLineStartingDecorations()109 NewBufferPtr++; in skipLineStartingDecorations()110 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()112 C = *NewBufferPtr; in skipLineStartingDecorations()115 BufferPtr = NewBufferPtr + 1; in skipLineStartingDecorations()