Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlrole.c232 case XML_TOK_NAME: in doctype0()
252 case XML_TOK_NAME: in doctype1()
427 case XML_TOK_NAME: in entity0()
443 case XML_TOK_NAME: in entity1()
456 case XML_TOK_NAME: in entity2()
515 case XML_TOK_NAME: in entity5()
534 case XML_TOK_NAME: in entity6()
548 case XML_TOK_NAME: in entity7()
623 case XML_TOK_NAME: in notation0()
636 case XML_TOK_NAME: in notation1()
[all …]
H A Dxmltok.h85 #define XML_TOK_NAME 18 macro
H A Dxmltok_impl.c1153 tok = XML_TOK_NAME; \ in PREFIX()
1169 tok = XML_TOK_NAME; in PREFIX()
1184 tok = XML_TOK_NAME; in PREFIX()
1215 case XML_TOK_NAME: in PREFIX()