Searched refs:cLOGOP (Results 1 – 7 of 7) sorted by relevance
3566 while (cLOGOP->op_other->op_type == OP_NULL) in Perl_rpeep() 3567 cLOGOP->op_other = cLOGOP->op_other->op_next; in Perl_rpeep() 3586 DEFER(cLOGOP->op_other); in Perl_rpeep() 3602 while (cLOGOP->op_other->op_type == OP_NULL) in Perl_rpeep() 3603 cLOGOP->op_other = cLOGOP->op_other->op_next; in Perl_rpeep() 3604 DEFER(cLOGOP->op_other); in Perl_rpeep()
91 PMOP *pm = cPMOPx(cLOGOP->op_other); in PP() 187 cLOGOP->op_first->op_next = PL_op->op_next;217 PMOP * const pm = cPMOPx(cLOGOP->op_other); in PP() 1305 return cLOGOP->op_other; in PP() 1318 return cLOGOP->op_other; in PP() 5586 cx_pushtry(cx, cLOGOP->op_other); in S_do_smartmatch() 5613 return cLOGOP->op_other; in S_do_smartmatch() 5656 OP *retop = cLOGOP->op_other->op_next; in S_do_smartmatch() 6279 return cLOGOP->op_other->op_next; in S_doparseform() 6441 SAVEDESTRUCTOR_X(invoke_finally_block, cLOGOP in S_doparseform() [all...]
298 return cLOGOP->op_other; in PP() 522 return (ok ? cLOGOP->op_other : cLOGOP->op_next); in PP() 1751 return cLOGOP->op_other; in PP() 1770 return cLOGOP->op_other; in PP() 1805 return cLOGOP->op_other; in PP() 5757 return cLOGOP->op_other; in S_opmethod_stash()
3906 cx->blk_givwhen.leave_op = cLOGOP->op_other;3927 cx->blk_givwhen.leave_op = cLOGOP->op_other;
475 #define cLOGOP cLOGOPx(PL_op) macro
5783 return cLOGOP->op_other; in PP() 7053 return cLOGOP->op_other; in PP() 7055 return cLOGOP->op_next; in PP() 7844 return cLOGOP->op_other;
82 cLOGOP # Z added by devel/scanprov