Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmltok.c1152 static const char KW_yes[] = {ASCII_y, ASCII_e, ASCII_s, '\0'}; variable
1218 if (XmlNameMatchesAscii(enc, val, ptr - enc->minBytesPerChar, KW_yes)) { in doParseXmlDecl()