Home
last modified time | relevance | path

Searched refs:cLOGOPx (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dop.h462 #define cLOGOPx(o) ((LOGOP*)(o)) macro
475 #define cLOGOP cLOGOPx(PL_op)
488 #define cLOGOPo cLOGOPx(o)
501 #define kLOGOP cLOGOPx(kid)
H A Dpeep.c3584 o->op_next = cLOGOPx(o->op_next)->op_other; in Perl_rpeep()
3629 DEFER(cLOGOPx(cLOGOPo->op_other)->op_other); in Perl_rpeep()
H A Dpp_ctl.c1057 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()
H A Dperly.y887 OP *defexpr = cLOGOPx(defop)->op_first;
H A Dperly.act1013 OP *defexpr = cLOGOPx(defop)->op_first;
H A Dop.c9094 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()
H A Dpp_hot.c5103 return cLOGOPx(PL_op->op_next)->op_other; in Perl_leave_adjust_stacks()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500600071 cLOGOPx # Z added by devel/scanprov