Searched refs:OP_RV2SV (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h31 OP_RV2SV, /* 15 */ enumerator in enum:opcode
H A Dop.c741 case OP_RV2SV:
1065 if (kid->op_type == OP_NULL && kid->op_targ == OP_RV2SV)
1162 case OP_RV2SV:
1397 case OP_RV2SV:
1403 if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV) {
1439 if (type == OP_RV2SV || type == OP_RV2AV || type == OP_RV2HV) {
1638 } else if (type == OP_RV2SV || /* "our" declaration */
1649 (type == OP_RV2SV ? GvSV(gv) :
2779 else if (curop->op_type == OP_RV2SV ||
3165 if (o->op_type == OP_RV2SV)
[all...]
H A Ddump.c507 o->op_type == OP_RV2SV ||
H A Dtoke.c6849 newUNOP(OP_RV2SV, 0, newGVOP(OP_GV, 0, gv)),
6852 newUNOP(OP_RV2SV, 0,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm2586 BEGIN { eval "sub OP_RV2SV () {" . opnumber("rv2sv") . "}" }
3910 return 0 unless $join_op->name eq 'null' && $join_op->targ eq OP_RV2SV;

Completed in 198 milliseconds