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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.xs112 o->op_type == OP_AELEMFAST || o->op_type == OP_RCATLINE)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h43 OP_RCATLINE, /* 27 */ enumerator in enum:opcode
H A Dpp_hot.c1543 if (type != OP_RCATLINE) {
1561 if (type == OP_RCATLINE && SvOK(sv)) {
1609 if (type != OP_RCATLINE) {
1643 } else if (SvUTF8(sv)) { /* OP_READLINE, OP_RCATLINE */
H A Dop.c6521 /* Turn "$a .= <FH>" into an OP_RCATLINE. AMS 20010917 */
6522 o->op_type = OP_RCATLINE;
6524 o->op_ppaddr = PL_ppaddr[OP_RCATLINE];

Completed in 35 milliseconds