Searched refs:CommentEnd (Results 1 – 2 of 2) sorted by relevance
786 char *CommentEnd; in AsCleanupSpecialMacro() local871 CommentEnd = strstr (SubString, "*/"); in AsCleanupSpecialMacro()872 if (CommentEnd) in AsCleanupSpecialMacro()874 SubString = CommentEnd + 2; in AsCleanupSpecialMacro()
1231 char *CommentEnd = NULL; in AsTabify8() local1317 CommentEnd = strstr (SubBuffer, "*/"); in AsTabify8()1318 if (!CommentEnd) in AsTabify8()1325 while ((SubBuffer < CommentEnd) && in AsTabify8()1349 if ((!CommentEnd) && (*SubBuffer == '\"')) in AsTabify8()