Home
last modified time | relevance | path

Searched refs:ONIG_SYN_OP2_OPTION_RUBY (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h472 #define ONIG_SYN_OP2_OPTION_RUBY (1U<<3) /* (?imx), (?-imx) */ macro
Dregparse.c47 ONIG_SYN_OP2_OPTION_RUBY |
4677 else if (IS_SYNTAX_OP2(env->syntax, ONIG_SYN_OP2_OPTION_RUBY)) { in parse_enclose()