Searched refs:cUNOP (Results 1 – 4 of 4) sorted by relevance
1329 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()
471 #define cUNOP cUNOPx(PL_op) macro
135 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()
95 cUNOP # Z added by devel/scanprov