Searched refs:newSVOP (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.xs109 o = newSVOP(OP_CONST, 0, newSViv(1));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1472 rop = newSVOP(OP_CONST, o->op_flags, SvREFCNT_inc(cSVOPo->op_sv));
1478 newSVOP(OP_CONST, o->op_flags,
1518 newSVOP(OP_CONST, 0, stashsv),
1520 newSVOP(OP_CONST, 0,
1544 pack = newSVOP(OP_CONST, 0, newSVpvn(ATTRSMODULE, sizeof(ATTRSMODULE)-1));
1554 newSVOP(OP_CONST, 0, stashsv),
1568 newSVOP(OP_METHOD_NAMED, 0, meth)));
1608 newSVOP(OP_CONST, 0,
1616 newSVOP(OP_CONST, 0, newSVpv(stashpv,0)),
1618 newSVOP(OP_CONS
[all...]
H A Dtoke.c786 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST,0, newSVpv(PL_tokenbuf,0));
808 OP* o = (OP*)newSVOP(OP_CONST, 0, newSVpv(s,0));
1002 yylval.opval = (OP*)newSVOP(op_type, 0, sv);
1096 yylval.opval = (OP*)newSVOP(OP_CONST, 0, sv);
1705 yylval.opval = (OP*)newSVOP(OP_CONST, 0, sv);
1936 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST, 0,
2379 yylval.opval = (OP*)newSVOP(OP_CONST, 0, sv);
3034 newSVOP(OP_CONST, 0, sv));
3070 newSVOP(OP_CONST, 0,
3496 yylval.opval = newSVOP(OP_CONS
[all...]
H A Dembed.h742 #define newSVOP Perl_newSVOP macro
3268 #define newSVOP(a,b,c) Perl_newSVOP(aTHX_ a,b,c) macro
H A Dperl.c2028 newSVOP(OP_CONST, 0, newSVpv(name,0)),
H A Dsv.c7270 newSVOP(OP_CONST, 0, tmpsv),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm601 newSVOP(OP_CONST, 0, newSVpv(name,0)),
602 newSVOP(OP_CONST, 0, &PL_sv_no), /* SvPV(&PL_sv_no) == "" -- GMB */
603 newSTATEOP(0, Nullch, newSVOP(OP_CONST, 0, sv))

Completed in 210 milliseconds