Searched refs:htmlStartCloseIndex (Results 1 – 1 of 1) sorted by relevance
1173 static const char** htmlStartCloseIndex[100]; variable1195 for (indx = 0;indx < 100;indx ++) htmlStartCloseIndex[indx] = NULL; in htmlInitAutoClose()1198 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i]; in htmlInitAutoClose()1265 closed = htmlStartCloseIndex[indx]; in htmlCheckAutoClose()