Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperly.h65 GRAMEXPR = 259, /* GRAMEXPR */ enumerator
H A Dperly.tab15 YYSYMBOL_GRAMEXPR = 4, /* GRAMEXPR */
384 "\"end of file\"", "error", "\"invalid token\"", "GRAMPROG", "GRAMEXPR",
H A Dperly.y46 %token <ival> GRAMPROG GRAMEXPR GRAMBLOCK GRAMBARESTMT GRAMFULLSTMT GRAMSTMTSEQ GRAMSUBSIGNATURE
171 | GRAMEXPR
H A Dperly.act35 case 5: /* grammar: GRAMEXPR @2 optexpr */
H A Dtoke.c13627 exprop = parse_recdescent_for_op(GRAMEXPR, fakeeof); in S_parse_expr()