Home
last modified time | relevance | path

Searched refs:cLOGOP (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dpeep.c3566 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()
H A Dpp_ctl.c91 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...]
H A Dpp_hot.c298 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()
H A Dinline.h3906 cx->blk_givwhen.leave_op = cLOGOP->op_other;
3927 cx->blk_givwhen.leave_op = cLOGOP->op_other;
H A Dop.h475 #define cLOGOP cLOGOPx(PL_op) macro
H A Dpp.c5783 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;
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500300782 cLOGOP # Z added by devel/scanprov