Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregsyntax.c147 ONIG_SYN_OP_ESC_CONTROL_CHARS | ONIG_SYN_OP_ESC_C_CONTROL |
172 ONIG_SYN_OP_ESC_C_CONTROL )
196 ONIG_SYN_OP_ESC_C_CONTROL )
Doniguruma.h464 #define ONIG_SYN_OP_ESC_C_CONTROL (1U<<27) /* \cx */ macro
Dregparse.c44 ONIG_SYN_OP_ESC_C_CONTROL )
2457 if (IS_SYNTAX_OP(env->syntax, ONIG_SYN_OP_ESC_C_CONTROL)) { in fetch_escaped_value()