Home
last modified time | relevance | path

Searched refs:PERLY_SNAIL (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dperly.h85 PERLY_SNAIL = 279, /* PERLY_SNAIL */ enumerator
H A Dperly.y63 %token <ival> PERLY_SNAIL
832 PERLY_SNAIL
1448 | term[operand] ARROW PERLY_SNAIL PERLY_STAR
1646 ary : PERLY_SNAIL indirob
1648 if ($$) $$->op_private |= $PERLY_SNAIL;
1669 | term ARROW PERLY_SNAIL
H A Dperly.tab35 YYSYMBOL_PERLY_SNAIL = 24, /* PERLY_SNAIL */
390 "PERLY_SLASH", "PERLY_SNAIL", "PERLY_STAR", "KW_FORMAT", "KW_PACKAGE",
H A Dperly.act948 case 121: /* sigslurpsigil: PERLY_SNAIL */
1956 case 260: /* term: term ARROW PERLY_SNAIL PERLY_STAR */
2278 case 324: /* ary: PERLY_SNAIL indirob */
2312 case 330: /* sliceme: term ARROW PERLY_SNAIL */
H A Dtoke.c503 DEBUG_TOKEN (IVAL, PERLY_SNAIL),
2178 || funny == PERLY_SNAIL in S_postderef()
2186 assert(PERLY_SNAIL == funny || PERLY_DOLLAR == funny || DOLSHARP == funny); in S_postderef()
2188 if (PERLY_SNAIL == funny) in S_postderef()
2195 if (PERLY_SNAIL == funny && PL_lex_state == LEX_INTERPNORMAL in S_postderef()
2323 kind == PERLY_SNAIL ? SVt_PVAV : in S_force_ident()
5331 case '@': TOKEN (PERLY_SNAIL); in yyl_sigvar()
6689 POSTDEREF(PERLY_SNAIL); in yyl_snail()
6702 PREREF(PERLY_SNAIL); in yyl_snail()
6721 TERM(PERLY_SNAIL); in yyl_snail()