Searched refs:Perl_bind_match (Results 1 – 3 of 3) sorted by relevance
85 #define bind_match Perl_bind_match2632 #define bind_match(a,b,c) Perl_bind_match(aTHX_ a,b,c)
83 PERL_CALLCONV OP* Perl_bind_match(pTHX_ I32 type, OP* left, OP* pat);
1731 Perl_bind_match(pTHX_ I32 type, OP *left, OP *right) in Perl_bind_match() function