Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dperly.h187 POSTJOIN = 381, /* POSTJOIN */ enumerator
Dperly.tab137 YYSYMBOL_POSTJOIN = 126, /* POSTJOIN */
409 "POSTDEC", "POSTJOIN", "PLUGIN_HIGH_OP", "ARROW", "PERLY_PAREN_CLOSE",
Dperly.y150 %nonassoc <ival> PREINC PREDEC POSTINC POSTDEC POSTJOIN
1314 | term POSTJOIN /* implicit join after interpolated ->@ */
Dtoke.c520 DEBUG_TOKEN (NONE, POSTJOIN),
2189 force_next(POSTJOIN); in S_postderef()
9825 return REPORT(dojoin_was == 1 ? (int)PERLY_PAREN_CLOSE : (int)POSTJOIN); in Perl_yylex()
Dperly.act1704 case 223: /* termunop: term POSTJOIN */