Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmltok.h108 #define XML_TOK_CLOSE_PAREN_ASTERISK 36 /* )* */ macro
Dxmlrole.c998 case XML_TOK_CLOSE_PAREN_ASTERISK: in element3()
1035 case XML_TOK_CLOSE_PAREN_ASTERISK: in element5()
1091 case XML_TOK_CLOSE_PAREN_ASTERISK: in element7()
Dxmltok_impl.c1119 return XML_TOK_CLOSE_PAREN_ASTERISK; in PREFIX()