Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dembed.h85 #define bind_match Perl_bind_match
2632 #define bind_match(a,b,c) Perl_bind_match(aTHX_ a,b,c)
H A Dproto.h83 PERL_CALLCONV OP* Perl_bind_match(pTHX_ I32 type, OP* left, OP* pat);
H A Dop.c1731 Perl_bind_match(pTHX_ I32 type, OP *left, OP *right) in Perl_bind_match() function