Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlrole.c249 case XML_TOK_DECL_CLOSE: in doctype1()
310 case XML_TOK_DECL_CLOSE: in doctype4()
326 case XML_TOK_DECL_CLOSE: in doctype5()
512 case XML_TOK_DECL_CLOSE: in entity5()
607 case XML_TOK_DECL_CLOSE: in entity10()
696 case XML_TOK_DECL_CLOSE: in notation4()
729 case XML_TOK_DECL_CLOSE: in attlist1()
1185 case XML_TOK_DECL_CLOSE: in declClose()
H A Dxmltok.h84 #define XML_TOK_DECL_CLOSE 17 /* > */ macro
H A Dxmltok_impl.c1140 return XML_TOK_DECL_CLOSE; in PREFIX()