Home
last modified time | relevance | path

Searched refs:LEX_INTERPNORMAL (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/
H A DDeclare.xs33 #define LEX_INTERPNORMAL 9 macro
47 #define DD_AM_LEXING_CHECK (PL_lex_state == LEX_NORMAL || PL_lex_state == LEX_INTERPNORMAL)
H A Dstolen_chunk_of_toke.c88 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
1067 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) { in S_scan_ident()
/dports/lang/perl5.30/perl-5.30.3/
H A Dtoke.c136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
2021 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_INTERPNORMAL
6188 if (PL_lex_state == LEX_INTERPNORMAL) {
6408 if (PL_lex_state == LEX_INTERPNORMAL) {
9657 if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets) {
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dtoke.c136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
2140 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 …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dtoke.c136 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
2035 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 …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dtoke.c136 #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()
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 …]
/dports/devel/p5-B-Hooks-Parser/B-Hooks-Parser-0.21/
H A Dstolen_chunk_of_toke.c66 #define LEX_INTERPNORMAL 9 /* code within a string, eg "$foo[$x+1]" */ macro
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs1976 #define LEX_INTERPNORMAL 9 macro
1993 if (PL_lex_state != LEX_NORMAL && PL_lex_state != LEX_INTERPNORMAL) in da_ck_rv2cv()