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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dprocset.h91 typedef enum idop { enum
/opensolaris-onvv-gate/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 108 milliseconds