Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c1031 #define ON_STR_BEGIN(s) ((s) == str) macro
1934 if (ON_STR_BEGIN(s)) { in match_at()
1953 if (ON_STR_BEGIN(s)) { in match_at()
1973 if (ON_STR_BEGIN(s) || !ONIGENC_IS_MBC_WORD(encode, sprev, end)) { in match_at()
1982 if (!ON_STR_BEGIN(s) && ONIGENC_IS_MBC_WORD(encode, sprev, end)) { in match_at()
1993 if (! ON_STR_BEGIN(s)) goto fail; in match_at()
2007 if (ON_STR_BEGIN(s)) { in match_at()
3184 if (!ON_STR_BEGIN(p)) { in forward_search_range()
3307 if (!ON_STR_BEGIN(p)) { in backward_search_range()