Home
last modified time | relevance | path

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

/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c393 #define PAREN_OFFSET(depth) \ macro
396 (PBYTE(PAREN_OFFSET(depth), paren) & PBITVAL(paren))
398 (PBYTE(PAREN_OFFSET(depth), paren) |= PBITVAL(paren))
400 (PBYTE(PAREN_OFFSET(depth), paren) &= ~PBITVAL(paren))
5231 Copy(PAREN_OFFSET(recursed_depth - 1), in S_study_chunk()
5232 PAREN_OFFSET(recursed_depth), in S_study_chunk()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c393 #define PAREN_OFFSET(depth) \ macro
396 (PBYTE(PAREN_OFFSET(depth), paren) & PBITVAL(paren))
398 (PBYTE(PAREN_OFFSET(depth), paren) |= PBITVAL(paren))
400 (PBYTE(PAREN_OFFSET(depth), paren) &= ~PBITVAL(paren))
5231 Copy(PAREN_OFFSET(recursed_depth - 1), in S_study_chunk()
5232 PAREN_OFFSET(recursed_depth), in S_study_chunk()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c406 #define PAREN_OFFSET(depth) \ macro
409 (PBYTE(PAREN_OFFSET(depth), paren) & PBITVAL(paren))
411 (PBYTE(PAREN_OFFSET(depth), paren) |= PBITVAL(paren))
413 (PBYTE(PAREN_OFFSET(depth), paren) &= ~PBITVAL(paren))
5252 Copy(PAREN_OFFSET(recursed_depth - 1), in S_study_chunk()
5253 PAREN_OFFSET(recursed_depth), in S_study_chunk()