Searched refs:LEX_INTERPNORMAL (Results 1 – 8 of 8) sorted by relevance
33 #define LEX_INTERPNORMAL 9 macro47 #define DD_AM_LEXING_CHECK (PL_lex_state == LEX_NORMAL || PL_lex_state == LEX_INTERPNORMAL)
88 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro1067 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_scan_ident()
136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro2021 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_postderef()2031 if ('@' == funny && PL_lex_state == LEX_INTERPNORMAL in S_postderef()2552 PL_lex_state = LEX_INTERPNORMAL; in S_sublex_done()4909 case LEX_INTERPNORMAL:5021 PL_lex_state = LEX_INTERPNORMAL;5708 && PL_lex_state == LEX_INTERPNORMAL6188 if (PL_lex_state == LEX_INTERPNORMAL) {6408 if (PL_lex_state == LEX_INTERPNORMAL) {9657 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) {[all …]
136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro2140 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_postderef()2150 if (PERLY_SNAIL == funny && PL_lex_state == LEX_INTERPNORMAL in S_postderef()2671 PL_lex_state = LEX_INTERPNORMAL; in S_sublex_done()6326 if (PL_lex_state == LEX_INTERPNORMAL) { in yyl_rightcurly()6577 if (PL_lex_state == LEX_INTERPNORMAL) { in yyl_rightsquare()7052 && PL_lex_state == LEX_INTERPNORMAL in yyl_eol_needs_semicolon()9374 case LEX_INTERPNORMAL: in Perl_yylex()9399 PL_lex_state = LEX_INTERPNORMAL; in Perl_yylex()10228 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_scan_ident()[all …]
136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro2035 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_postderef()2045 if ('@' == funny && PL_lex_state == LEX_INTERPNORMAL in S_postderef()2566 PL_lex_state = LEX_INTERPNORMAL; in S_sublex_done()6198 if (PL_lex_state == LEX_INTERPNORMAL) { in yyl_rightcurly()6451 if (PL_lex_state == LEX_INTERPNORMAL) { in yyl_rightsquare()6926 && PL_lex_state == LEX_INTERPNORMAL in yyl_eol_needs_semicolon()9242 case LEX_INTERPNORMAL: in Perl_yylex()9267 PL_lex_state = LEX_INTERPNORMAL; in Perl_yylex()10096 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_scan_ident()[all …]
136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro2066 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()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()10154 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_scan_ident()[all …]
66 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
1976 #define LEX_INTERPNORMAL 9 macro1993 if (PL_lex_state != LEX_NORMAL && PL_lex_state != LEX_INTERPNORMAL) in da_ck_rv2cv()