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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c174 PL_last_lop_op = f, \
714 PL_last_lop_op = (OPCODE)f;
1914 if (gv || PL_last_lop_op == OP_PRINT || isUPPER(*PL_tokenbuf))
2879 PL_last_lop_op = (OPCODE)ftst;
3547 if (!islop || PL_last_lop_op == OP_GREPSTART)
3983 ((PL_opargs[PL_last_lop_op] >> OASHIFT)& 7) == OA_FILEREF))
3998 if ( !immediate_paren && (PL_last_lop_op == OP_SORT ||
4000 (PL_last_lop_op != OP_MAPSTART &&
4001 PL_last_lop_op != OP_GREPSTART))))
4041 PL_last_lop_op
[all...]
H A Dperlapi.h311 #undef PL_last_lop_op
312 #define PL_last_lop_op (*Perl_Ilast_lop_op_ptr(aTHX))
H A Dembedvar.h295 #define PL_last_lop_op (PERL_GET_INTERP->Ilast_lop_op) macro
617 #define PL_last_lop_op (vTHX->Ilast_lop_op) macro
942 #define PL_Ilast_lop_op PL_last_lop_op
H A Dsv.c11095 PL_last_lop_op = proto_perl->Ilast_lop_op;
11100 PL_last_lop_op = 0;

Completed in 136 milliseconds