Searched refs:my_sv_unmagicext (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 16357 static int DPPP_(my_sv_unmagicext)(pTHX_ SV * const sv, const int type, MGVTBL * vtbl); 16360 extern int DPPP_(my_sv_unmagicext)(pTHX_ SV * const sv, const int type, MGVTBL * vtbl); 16368 #define sv_unmagicext(a,b,c) DPPP_(my_sv_unmagicext)(aTHX_ a,b,c) 16369 #define Perl_sv_unmagicext DPPP_(my_sv_unmagicext) 16373 DPPP_(my_sv_unmagicext)(pTHX_ SV *const sv, const int type, MGVTBL *vtbl) in DPPP_() argument
|