Home
last modified time | relevance | path

Searched defs:EXPAT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/RISCOS/
DMakefile11 EXPAT = $(LIBSROOT).expat.lib macro
/external/python/cpython2/Modules/
D_elementtree.c2053 #define EXPAT(func) (expat_capi->func) macro
2055 #define EXPAT(func) (XML_##func) macro
/external/python/cpython3/Modules/
D_elementtree.c3055 #define EXPAT(func) (expat_capi->func) macro