Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h67 #define DEF_FREE 2<<3 /* name used but not defined in nested block */ macro
/external/python/cpython3/Include/
Dsymtable.h95 #define DEF_FREE 2<<4 /* name used but not defined in nested block */ macro
/external/python/cpython2/Modules/
Dsymtablemodule.c65 PyModule_AddIntConstant(m, "DEF_FREE", DEF_FREE); in init_symtable()
/external/python/cpython3/Modules/
Dsymtablemodule.c102 PyModule_AddIntMacro(m, DEF_FREE); in PyInit__symtable()