Home
last modified time | relevance | path

Searched refs:SRE_ERROR_ILLEGAL (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c111 #define SRE_ERROR_ILLEGAL -1 /* illegal opcode */ macro
1441 RETURN_ERROR(SRE_ERROR_ILLEGAL); in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c111 #define SRE_ERROR_ILLEGAL -1 /* illegal opcode */ macro
1441 RETURN_ERROR(SRE_ERROR_ILLEGAL); in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c112 #define SRE_ERROR_ILLEGAL -1 /* illegal opcode */ macro
1453 RETURN_ERROR(SRE_ERROR_ILLEGAL); in SRE_MATCH()