Searched refs:PL_last_lop_op (Results 1 – 4 of 4) sorted by relevance
194 PL_last_lop_op = f; \908 PL_last_lop_op = (OPCODE)f; in S_lop()2120 if (gv || PL_last_lop_op == OP_PRINT || isUPPER(*PL_tokenbuf)) in S_intuit_method()3090 PL_last_lop_op = (OPCODE)ftst;3759 if (!islop || PL_last_lop_op == OP_GREPSTART)4192 ((PL_opargs[PL_last_lop_op] >> OASHIFT)& 7) == OA_FILEREF))4207 if ( !immediate_paren && (PL_last_lop_op == OP_SORT ||4209 (PL_last_lop_op != OP_MAPSTART &&4210 PL_last_lop_op != OP_GREPSTART))))4250 PL_last_lop_op = OP_METHOD;[all …]
298 #define PL_last_lop_op (PERL_GET_INTERP->Ilast_lop_op) macro623 #define PL_last_lop_op (vTHX->Ilast_lop_op) macro951 #define PL_Ilast_lop_op PL_last_lop_op
332 #undef PL_last_lop_op333 #define PL_last_lop_op (*Perl_Ilast_lop_op_ptr(aTHX))
11349 PL_last_lop_op = proto_perl->Ilast_lop_op; in perl_clone_using()11354 PL_last_lop_op = 0; in perl_clone_using()