Searched refs:ONIG_SYN_OP_ESC_VBAR_ALT (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregsyntax.c89 ONIG_SYN_OP_ESC_LPAREN_SUBEXP | ONIG_SYN_OP_ESC_VBAR_ALT |
110 ONIG_SYN_OP_ESC_VBAR_ALT |
H A Doniguruma.h448 #define ONIG_SYN_OP_ESC_VBAR_ALT (1U<<11) /* \| */ macro
H A Dregparse.c3225 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_VBAR_ALT)) break;

Completed in 67 milliseconds