Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperly.h126 UNIOPSUB = 320, /* UNIOPSUB */ enumerator
214 case UNIOPSUB: in S_is_opval_token()
H A Dperly.y85 %token <opval> FUNC0OP FUNC0SUB UNIOPSUB LSTOPSUB
142 %nonassoc UNIOP UNIOPSUB
1474 | UNIOPSUB
1475 { $$ = newUNOP(OP_ENTERSUB, OPf_STACKED, scalar($UNIOPSUB)); }
1476 | UNIOPSUB term[operand] /* Sub treated as unop */
1478 op_append_elem(OP_LIST, $operand, scalar($UNIOPSUB))); }
H A Dperly.tab76 YYSYMBOL_UNIOPSUB = 65, /* UNIOPSUB */
397 "PRIVATEREF", "QWLIST", "FUNC0OP", "FUNC0SUB", "UNIOPSUB", "LSTOPSUB",
H A Dperly.act2030 case 272: /* term: UNIOPSUB */
2036 case 273: /* term: UNIOPSUB term */
H A Dtoke.c535 DEBUG_TOKEN (OPVAL, UNIOPSUB),
6282 UNIPROTO(UNIOPSUB,optional); in yyl_subproto()
6290 UNIPROTO(UNIOPSUB,optional); in yyl_subproto()