Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregsyntax.c50 ONIG_SYN_OP_ESC_BRACE_INTERVAL )
88 ONIG_SYN_OP_ESC_BRACE_INTERVAL |
109 ONIG_SYN_OP_ESC_BRACE_INTERVAL | ONIG_SYN_OP_ESC_LPAREN_SUBEXP |
Doniguruma.h446 #define ONIG_SYN_OP_ESC_BRACE_INTERVAL (1U<<9) /* \{lower,upper\} */ macro
Dregparse.c2392 if (IS_SYNTAX_OP(env->syntax, ONIG_SYN_OP_ESC_BRACE_INTERVAL)) { in fetch_range_quantifier()
3211 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_BRACE_INTERVAL)) break; in fetch_token()