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