Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c342 #define PAREN_TEST(u8str,paren) ( PBYTE(u8str,paren) & PBITVAL(paren)) macro
4555 PAREN_TEST(RExC_study_chunk_recursed + in S_study_chunk()
4559 !PAREN_TEST(RExC_study_chunk_recursed + in S_study_chunk()
5155 …!PAREN_TEST(RExC_study_chunk_recursed + ((recursed_depth-1) * RExC_study_chunk_recursed_bytes), pa… in S_study_chunk()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c395 #define PAREN_TEST(depth, paren) \ macro
4614 if (PAREN_TEST(j, i) && (!j || !PAREN_TEST(j - 1, i))) { in S_study_chunk()
5216 || !PAREN_TEST(recursed_depth - 1, paren) in S_study_chunk()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c395 #define PAREN_TEST(depth, paren) \ macro
4614 if (PAREN_TEST(j, i) && (!j || !PAREN_TEST(j - 1, i))) { in S_study_chunk()
5216 || !PAREN_TEST(recursed_depth - 1, paren) in S_study_chunk()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c408 #define PAREN_TEST(depth, paren) \ macro
4635 if (PAREN_TEST(j, i) && (!j || !PAREN_TEST(j - 1, i))) { in S_study_chunk()
5237 || !PAREN_TEST(recursed_depth - 1, paren) in S_study_chunk()