Searched refs:MY_sv_to_cv (Results 1 – 1 of 1) sorted by relevance
243 #define sv_to_cv(sv, subname) MY_sv_to_cv(aTHX_ sv, subname);244 static CV* MY_sv_to_cv(pTHX_ SV* sv, const char * const subname) in MY_sv_to_cv() function