Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1076 #define ON_STR_BEGIN(s) ((s) == str) macro
2109 if (ON_STR_BEGIN(s)) { in match_at()
2128 if (ON_STR_BEGIN(s)) { in match_at()
2148 if (ON_STR_BEGIN(s) || !ONIGENC_IS_MBC_WORD(encode, sprev, end)) { in match_at()
2157 if (!ON_STR_BEGIN(s) && ONIGENC_IS_MBC_WORD(encode, sprev, end)) { in match_at()
2168 if (! ON_STR_BEGIN(s)) goto fail; in match_at()
2182 if (ON_STR_BEGIN(s)) { in match_at()
3355 if (!ON_STR_BEGIN(p)) { in forward_search_range()
3476 if (!ON_STR_BEGIN(p)) { in backward_search_range()

Completed in 18 milliseconds