Searched refs:PL_sort_RealCmp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c1298 if ((sense = PL_sort_RealCmp(aTHX_ *ap, *bp)) == 0)
1322 savecmp = PL_sort_RealCmp; /* Save current comparison routine, if any */
1323 PL_sort_RealCmp = cmp; /* Put comparison routine where cmpindir can find it */
1368 PL_sort_RealCmp = savecmp;
H A Dperlapi.h539 #undef PL_sort_RealCmp
540 #define PL_sort_RealCmp (*Perl_Isort_RealCmp_ptr(aTHX))
H A Dembedvar.h409 #define PL_sort_RealCmp (PERL_GET_INTERP->Isort_RealCmp) macro
731 #define PL_sort_RealCmp (vTHX->Isort_RealCmp) macro
1056 #define PL_Isort_RealCmp PL_sort_RealCmp
H A Dsv.c11164 PL_sort_RealCmp = proto_perl->Isort_RealCmp;

Completed in 169 milliseconds