Searched refs:PL_sort_RealCmp (Results 1 – 4 of 4) sorted by relevance
1298 if ((sense = PL_sort_RealCmp(aTHX_ *ap, *bp)) == 0) in cmpindir()1322 savecmp = PL_sort_RealCmp; /* Save current comparison routine, if any */ in S_qsortsv()1323 PL_sort_RealCmp = cmp; /* Put comparison routine where cmpindir can find it */ in S_qsortsv()1368 PL_sort_RealCmp = savecmp; in S_qsortsv()
539 #undef PL_sort_RealCmp540 #define PL_sort_RealCmp (*Perl_Isort_RealCmp_ptr(aTHX))
409 #define PL_sort_RealCmp (PERL_GET_INTERP->Isort_RealCmp) macro731 #define PL_sort_RealCmp (vTHX->Isort_RealCmp) macro1056 #define PL_Isort_RealCmp PL_sort_RealCmp
11164 PL_sort_RealCmp = proto_perl->Isort_RealCmp; in perl_clone_using()