Home
last modified time | relevance | path

Searched defs:MYCONST (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dpyexpat.c1769 #define MYCONST(name) \ in MODULE_INITFUNC() macro
1837 #define MYCONST(c) PyModule_AddIntConstant(m, #c, c) in MODULE_INITFUNC() macro
1843 #define MYCONST(c) PyModule_AddIntConstant(model_module, #c, c) in MODULE_INITFUNC() macro
/external/python/cpython2/Modules/
Dpyexpat.c1952 #define MYCONST(name) \ in MODULE_INITFUNC() macro
2001 #define MYCONST(c) PyModule_AddIntConstant(m, #c, c) in MODULE_INITFUNC() macro
2007 #define MYCONST(c) PyModule_AddIntConstant(model_module, #c, c) in MODULE_INITFUNC() macro