Home
last modified time | relevance | path

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

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