Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2366 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx()
2556 PyObject* ptemplate; in pattern_sub() local
2570 PyObject* ptemplate; in pattern_subn() local
3341 match_expand(MatchObject* self, PyObject* ptemplate) in match_expand()