Searched refs:idop (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2928 Perl_utilize(pTHX_ int aver, I32 floor, OP *version, OP *idop, OP *arg) argument
2934 if (idop->op_type != OP_CONST)
2952 /* Make copy of idop so we don't free it twice */
2953 pack = newSVOP(OP_CONST, 0, newSVsv(((SVOP*)idop)->op_sv));
2970 else if (SvNIOKp(((SVOP*)idop)->op_sv)) {
2976 /* Make copy of idop so we don't free it twice */
2977 pack = newSVOP(OP_CONST, 0, newSVsv(((SVOP*)idop)->op_sv));
2997 newSTATEOP(0, Nullch, newUNOP(OP_REQUIRE, 0, idop)),
H A Dproto.h794 PERL_CALLCONV void Perl_utilize(pTHX_ int aver, I32 floor, OP* version, OP* idop, OP* arg);

Completed in 42 milliseconds