Home
last modified time | relevance | path

Searched refs:cUNOP (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c1329 RETURNOP(cLOGOPx(cUNOP->op_first)->op_other);
1349 sv_setiv(PAD_SV(cUNOP->op_first->op_targ), 1);
1358 RETURNOP(cLOGOPx(cUNOP->op_first)->op_other);
1451 SV * const targ = PAD_SV(cUNOP->op_first->op_targ);
1469 sv_setiv(PAD_SV(cUNOPx(cUNOP->op_first)->op_first->op_targ), 0);
4387 if (cUNOP->op_first->op_type == OP_CONST && cUNOP->op_first->op_private & OPpCONST_NOVER) { in S_require_version()
4604 SVOP * const kid = cSVOPx(cUNOP->op_first); in S_require_file()
H A Dop.h471 #define cUNOP cUNOPx(PL_op) macro
H A Dpp.c135 if (cUNOP->op_targ) { in S_rv2gv()
136 SV * const namesv = PAD_SV(cUNOP->op_targ); in S_rv2gv()
287 if (cUNOP->op_first->op_type == OP_NULL) in PP()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500300795 cUNOP # Z added by devel/scanprov