Searched refs:NewBufferPtr (Results 1 – 1 of 1) sorted by relevance
93 const char *NewBufferPtr = BufferPtr; in skipLineStartingDecorations() local94 NewBufferPtr++; in skipLineStartingDecorations()95 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()98 char C = *NewBufferPtr; in skipLineStartingDecorations()100 NewBufferPtr++; in skipLineStartingDecorations()101 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()103 C = *NewBufferPtr; in skipLineStartingDecorations()106 BufferPtr = NewBufferPtr + 1; in skipLineStartingDecorations()