Searched refs:OP_RV2GV (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h30 OP_RV2GV, /* 14 */ enumerator in enum:opcode
H A Dop.c740 case OP_RV2GV:
1147 case OP_RV2GV:
1297 if (o->op_type == OP_RV2GV)
1419 case OP_RV2GV:
2052 if (type == OP_RV2GV)
2782 curop->op_type == OP_RV2GV) {
3265 curop->op_type == OP_RV2GV) {
3801 sv->op_type = OP_RV2GV;
3802 sv->op_ppaddr = PL_ppaddr[OP_RV2GV];
4745 return ref(newUNOP(OP_RV2GV, OPf_RE
[all...]
H A Ddump.c511 o->op_type == OP_RV2GV ||

Completed in 29 milliseconds