Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h125 #define NST_MARK2 (1<<4) macro
144 #define IS_ENCLOSE_MARK2(en) (((en)->state & NST_MARK2) != 0)
Dregcomp.c2798 SET_ENCLOSE_STATUS(node, NST_MARK2); in subexp_inf_recursive_check()
2800 CLEAR_ENCLOSE_STATUS(node, NST_MARK2); in subexp_inf_recursive_check()
2908 SET_ENCLOSE_STATUS(node, NST_MARK2); in subexp_recursive_check()
2910 CLEAR_ENCLOSE_STATUS(node, NST_MARK2); in subexp_recursive_check()