Home
last modified time | relevance | path

Searched refs:testlast (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DSGML.c1639 int testlast; in SGML_character() local
2358 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()