Searched refs:isComment (Results 1 – 3 of 3) sorted by relevance
483 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-'); in getTag() local484 if (!isComment && !isAlpha(c)) { in getTag()491 if (isComment) { in getTag()505 if (isComment) { in getTag()
2094 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-'); in getTag() local2095 if (!isComment && !isAlpha(c)) { in getTag()2102 if (isComment) { in getTag()2116 if (isComment) { in getTag()