Searched refs:FUNC0 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dperly.h129 FUNC0 = 328, enumerator in enum:yytokentype
H A Dperly.y89 %token <ival> FUNC0 FUNC1 FUNC UNIOP LSTOP
1474 | FUNC0 /* Nullary operator */
1475 { $$ = newOP($FUNC0, 0); }
1476 | FUNC0 PERLY_PAREN_OPEN PERLY_PAREN_CLOSE
1477 { $$ = newOP($FUNC0, 0);}
H A Dtoke.c245 #define FUN0(f) return (pl_yylval.ival=f, PL_expect=XOPERATOR, PL_bufptr=s, REPORT((int)FUNC0))
439 DEBUG_TOKEN (OPNUM, FUNC0),
/openbsd-current/usr.sbin/btrace/
H A Dbt_parse.y125 %token <v.i> MFUNC FUNC0 FUNC1 FUNCN OP1 OP2 OP4 MOP0 MOP1
244 | FUNC0 '(' ')' { $$ = bs_new($1, NULL, NULL); }
727 { "exit", FUNC0, B_AC_EXIT },

Completed in 99 milliseconds