Lines Matching refs:thisp
20 Py_ssize_t thisp, thatp; in SRE() local
49 thisp = ((void*) ptr < state->end) ? in SRE()
51 return thisp != thatp; in SRE()
58 thisp = ((void*) ptr < state->end) ? in SRE()
60 return thisp == thatp; in SRE()
67 thisp = ((void*) ptr < state->end) ? in SRE()
69 return thisp != thatp; in SRE()
76 thisp = ((void*) ptr < state->end) ? in SRE()
78 return thisp == thatp; in SRE()
85 thisp = ((void*) ptr < state->end) ? in SRE()
87 return thisp != thatp; in SRE()
94 thisp = ((void*) ptr < state->end) ? in SRE()
96 return thisp == thatp; in SRE()