Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c92 #define NSSEP T('\001') macro
137 case NSSEP: in attributeValue()
221 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp()
222 int sep2 = (tcsrchr(att2, NSSEP) != 0); in nsattcmp()
237 sep = tcsrchr(name, NSSEP); in startElementNS()
257 sep = tcsrchr(name, NSSEP); in startElementNS()
280 sep = tcsrchr(name, NSSEP); in endElementNS()
1161 parser = XML_ParserCreateNS(encoding, NSSEP); in tmain()