Searched refs:OP_STRINGIFY (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h83 OP_STRINGIFY, /* 67 */ enumerator in enum:opcode
H A Dtoke.c3717 yylval.ival = OP_STRINGIFY;
4796 yylval.ival = OP_STRINGIFY;
H A Dop.c6409 if (o->op_next && o->op_next->op_type == OP_STRINGIFY) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm56 # - added temporary fix for change in opcode of OP_STRINGIFY
2585 BEGIN { eval "sub OP_STRINGIFY () {" . opnumber("stringify") . "}" }
2599 } elsif ($op->targ == OP_STRINGIFY) {
3607 # OP_STRINGIFY is a listop, but it only ever has one arg

Completed in 272 milliseconds