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