Searched refs:incomment (Results 1 – 1 of 1) sorted by relevance
5053 int incomment = 0; in htmlParseLookupSequence() local5082 if ((!incomment) && (base + 4 < len) && (!iscomment)) { in htmlParseLookupSequence()5085 incomment = 1; in htmlParseLookupSequence()5106 if (incomment) { in htmlParseLookupSequence()5111 incomment = 0; in htmlParseLookupSequence()5142 if ((!incomment) && (!invalue)) in htmlParseLookupSequence()5181 int incomment = 0; in htmlParseLookupChars() local5204 if (!incomment && (base + 4 < len)) { in htmlParseLookupChars()5207 incomment = 1; in htmlParseLookupChars()5212 if (incomment) { in htmlParseLookupChars()[all …]