Searched refs:PL_sortcop (Results 1 – 4 of 4) sorted by relevance
718 SAVEVPTR(PL_sortcop); in PP()741 PL_sortcop = nullop->op_next; in PP()800 PL_sortcop = (OP*)cv; in PP()802 PL_sortcop = CvSTART(cv); in PP()806 PL_sortcop = NULL; in PP()870 copytmps = cBOOL(PL_sortcop); in PP()883 if (!PL_sortcop) { in PP()912 if (PL_sortcop) { in PP()1188 PL_op = PL_sortcop; in S_sortcv()1253 PL_op = PL_sortcop; in S_sortcv_stacked()[all …]
279 # define PL_sortcop (vTHX->Isortcop) macro
16323 PL_sortcop = (OP*)any_dup(proto_perl->Isortcop, proto_perl);
510 PL_sortcop # Z added by devel/scanprov