Searched refs:PL_lex_state (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c59 /* LEX_* are values for PL_lex_state, the state of the lexer.
407 SAVEI32(PL_lex_state);
410 if (PL_lex_state == LEX_KNOWNEXT) {
437 PL_lex_state = LEX_NORMAL;
583 PL_lex_state == LEX_FORMLINE)
740 if (PL_lex_state != LEX_KNOWNEXT) {
741 PL_lex_defer = PL_lex_state;
743 PL_lex_state = LEX_KNOWNEXT;
948 * interact with PL_lex_state, and create fake ( ... ) argument lists
971 * Sets PL_lex_state t
[all...]
H A Dperlapi.h357 #undef PL_lex_state
358 #define PL_lex_state (*Perl_Ilex_state_ptr(aTHX))
H A Dembedvar.h318 #define PL_lex_state (PERL_GET_INTERP->Ilex_state) macro
640 #define PL_lex_state (vTHX->Ilex_state) macro
965 #define PL_Ilex_state PL_lex_state
H A Dperl.c295 PL_lex_state = LEX_NOTPARSING;
H A Dpp_ctl.c2905 PL_lex_state = LEX_NOTPARSING; /* $^S needs this. */
H A Dsv.c11030 PL_lex_state = proto_perl->Ilex_state;

Completed in 80 milliseconds