Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c194 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 …]
Dembedvar.h298 #define PL_last_lop_op (PERL_GET_INTERP->Ilast_lop_op) macro
623 #define PL_last_lop_op (vTHX->Ilast_lop_op) macro
951 #define PL_Ilast_lop_op PL_last_lop_op
Dperlapi.h332 #undef PL_last_lop_op
333 #define PL_last_lop_op (*Perl_Ilast_lop_op_ptr(aTHX))
Dsv.c11349 PL_last_lop_op = proto_perl->Ilast_lop_op; in perl_clone_using()
11354 PL_last_lop_op = 0; in perl_clone_using()