Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmltok_impl.h61 BT_NAME, /* dot and middle dot = "." + chr(0xb7) */ enumerator
H A Diasciitab.h47 /* 0x2C */ BT_COMMA, BT_MINUS, BT_NAME, BT_SOL,
H A Dasciitab.h46 /* 0x2C */ BT_COMMA, BT_MINUS, BT_NAME, BT_SOL,
H A Dlatin1tab.h48 /* 0xB4 */ BT_OTHER, BT_NMSTRT, BT_OTHER, BT_NAME,
H A Dxmltok_impl.c90 case BT_NAME: \
1173 case BT_NAME: in PREFIX()
1483 case BT_NAME: in PREFIX()
1752 case BT_NAME: in PREFIX()
H A Dxmltok.c1447 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding()