Home
last modified time | relevance | path

Searched refs:init_sre (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/PC/os2emx/
Dconfig.c48 extern void init_sre();
114 {"_sre", init_sre},
Dpython27.def1293 ; "init_sre"
/external/python/cpython2/PC/
Dconfig.c50 extern void init_sre(void);
129 {"_sre", init_sre},
/external/python/cpython2/RISCOS/
DMakefile308 $(MAKEDLK) -d @.^.Lib._sre/pyd -s s.linktab -o @.^.Modules.o._sre -e init_sre
/external/python/cpython2/Modules/
D_sre.c4011 DL_EXPORT(void) init_sre(void) in init_sre() function
4013 PyMODINIT_FUNC init_sre(void) in init_sre()