HomeSort by relevance Sort by last modified time
    Searched refs:IS_SYNTAX_BV (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 799 ! IS_SYNTAX_BV(env->syntax, ONIG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME)) {
915 IS_SYNTAX_BV(reg->syntax, ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP) &&
    [all...]
regparse.h 316 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0)
regcomp.c     [all...]

Completed in 138 milliseconds