Searched refs:incomment (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c4485 int incomment = 0; local
4504 if (!incomment && (base + 4 < len) && !iscomment) {
4507 incomment = 1;
4512 if (incomment) {
4517 incomment = 0;

Completed in 43 milliseconds