Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
DListUtil.xs243 #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