Searched refs:Perl_cx_dup (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | embed.h | 1246 #define cx_dup Perl_cx_dup 3764 #define cx_dup(a,b,c,d) Perl_cx_dup(aTHX_ a,b,c,d)
|
H A D | proto.h | 909 PERL_CALLCONV PERL_CONTEXT* Perl_cx_dup(pTHX_ PERL_CONTEXT* cx, I32 ix, I32 max, CLONE_PARAMS* para…
|
H A D | sv.c | 10162 Perl_cx_dup(pTHX_ PERL_CONTEXT *cxs, I32 ix, I32 max, CLONE_PARAMS* param) in Perl_cx_dup() function
|