Searched refs:NewBufferPtr (Results 1 – 1 of 1) sorted by relevance
103 const char *NewBufferPtr = BufferPtr; in skipLineStartingDecorations() local104 NewBufferPtr++; in skipLineStartingDecorations()105 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()108 char C = *NewBufferPtr; in skipLineStartingDecorations()110 NewBufferPtr++; in skipLineStartingDecorations()111 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()113 C = *NewBufferPtr; in skipLineStartingDecorations()116 BufferPtr = NewBufferPtr + 1; in skipLineStartingDecorations()