Lines Matching refs:LEX_INTERPNORMAL
136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
2066 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_postderef()
2076 if (PERLY_SNAIL == funny && PL_lex_state == LEX_INTERPNORMAL in S_postderef()
2597 PL_lex_state = LEX_INTERPNORMAL; in S_sublex_done()
6099 if (PL_expect == XREF && PL_lex_state == LEX_INTERPNORMAL) { in yyl_leftcurly()
6252 if (PL_lex_state == LEX_INTERPNORMAL) { in yyl_rightcurly()
6503 if (PL_lex_state == LEX_INTERPNORMAL) { in yyl_rightsquare()
6984 && PL_lex_state == LEX_INTERPNORMAL in yyl_eol_needs_semicolon()
9300 case LEX_INTERPNORMAL: in Perl_yylex()
9325 PL_lex_state = LEX_INTERPNORMAL; in Perl_yylex()
9359 PL_lex_state = LEX_INTERPNORMAL; /* false alarm, more expr */ in Perl_yylex()
9915 if (UNLIKELY(tick_warn && saw_tick && PL_lex_state == LEX_INTERPNORMAL in S_parse_ident()
10154 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_scan_ident()
10188 else if ( PL_lex_state == LEX_INTERPNORMAL in S_scan_ident()