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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c408 SAVEVPTR(PL_lex_inpat);
449 PL_lex_inpat = 0;
1041 SAVEVPTR(PL_lex_inpat);
1076 PL_lex_inpat = PL_sublex_info.sub_op;
1078 PL_lex_inpat = Nullop;
1108 PL_lex_inpat = 0;
1148 It looks at lex_inwhat and PL_lex_inpat to find out whether it's
1149 processing a pattern (PL_lex_inpat is true), a transliteration
1229 PL_lex_inpat
1321 else if (*s == '(' && PL_lex_inpat
[all...]
H A Dperlapi.h347 #undef PL_lex_inpat
348 #define PL_lex_inpat (*Perl_Ilex_inpat_ptr(aTHX))
H A Dembedvar.h313 #define PL_lex_inpat (PERL_GET_INTERP->Ilex_inpat) macro
635 #define PL_lex_inpat (vTHX->Ilex_inpat) macro
960 #define PL_Ilex_inpat PL_lex_inpat
H A Dsv.c11039 PL_lex_inpat = proto_perl->Ilex_inpat;

Completed in 133 milliseconds