Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c1516 #define VTRACE(v) printf v macro
1518 #define VTRACE(v) do {} while(0) /* do nothing */ macro
/external/python/cpython2/Modules/
D_sre.c2855 #define VTRACE(v) printf v macro
2857 #define VTRACE(v) do {} while(0) /* do nothing */ macro