Searched refs:cLOGOPx (Results 1 – 8 of 8) sorted by relevance
462 #define cLOGOPx(o) ((LOGOP*)(o)) macro475 #define cLOGOP cLOGOPx(PL_op)488 #define cLOGOPo cLOGOPx(o)501 #define kLOGOP cLOGOPx(kid)
3584 o->op_next = cLOGOPx(o->op_next)->op_other; in Perl_rpeep() 3629 DEFER(cLOGOPx(cLOGOPo->op_other)->op_other); in Perl_rpeep()
1057 return cLOGOPx(PL_op->op_next)->op_other; in PP() 1329 RETURNOP(cLOGOPx(cUNOP->op_first)->op_other); in PP() 1358 RETURNOP(cLOGOPx(cUNOP->op_first)->op_other); in PP()
887 OP *defexpr = cLOGOPx(defop)->op_first;
1013 OP *defexpr = cLOGOPx(defop)->op_first;
9094 cLOGOPx(catchop)->op_targ = catchvar->op_targ; in Perl_newLOOPOP() 9260 o->op_next = cLOGOPx(cUNOPo->op_first)->op_other;9549 LOGOP* const range = cLOGOPx(flip->op_first); in S_ref_array_or_hash() 12522 cLOGOPx(catchkid)->op_other = catchstart; in Perl_ck_fun()
5103 return cLOGOPx(PL_op->op_next)->op_other; in Perl_leave_adjust_stacks()
71 cLOGOPx # Z added by devel/scanprov