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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c964 * Pattern matching will set PL_lex_op to the pattern-matching op to
982 yylval.opval = PL_lex_op;
983 PL_lex_op = Nullop;
1009 PL_sublex_info.sub_op = PL_lex_op;
1013 if (PL_lex_op) {
1014 yylval.opval = PL_lex_op;
1015 PL_lex_op = Nullop;
6393 PL_lex_op = (OP*)pm;
6463 PL_lex_op = (OP*)pm;
6512 PL_lex_op
[all...]
H A Dperlapi.h351 #undef PL_lex_op
352 #define PL_lex_op (*Perl_Ilex_op_ptr(aTHX))
H A Dembedvar.h315 #define PL_lex_op (PERL_GET_INTERP->Ilex_op) macro
637 #define PL_lex_op (vTHX->Ilex_op) macro
962 #define PL_Ilex_op PL_lex_op
H A Dsv.c11038 PL_lex_op = proto_perl->Ilex_op;

Completed in 498 milliseconds