Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsre_constants.h81 #define SRE_FLAG_DOTALL 16 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsre_constants.h81 #define SRE_FLAG_DOTALL 16 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_constants.py209 SRE_FLAG_DOTALL = 16 # treat target as a single string variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_constants.py211 SRE_FLAG_DOTALL = 16 # treat target as a single string variable