Searched refs:testlast (Results 1 – 1 of 1) sorted by relevance
1639 int testlast; in SGML_character() local2358 testlast = string->size - 2 - context->trailing_spaces - context->leading_spaces; in SGML_character()2360 if (TOUPPER(c) != ((testlast < 0) in SGML_character()2362 : testtag->name[testlast])) { in SGML_character()2369 testlast >= 0 && !testtag->name[testlast]) { in SGML_character()2420 if (testlast == -1) { in SGML_character()2424 } else if (testlast > 0) { in SGML_character()2440 (testlast > -1 && in SGML_character()2441 (c == '>' || testlast > 0 || IsNmStart(c)))) { in SGML_character()2453 (testlast < 0 && IsNmStart(c))) { in SGML_character()