Home
last modified time | relevance | path

Searched refs:FUNC1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/m4/
H A Donceonly.m441 # AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a once-only variant of
42 # AC_CHECK_FUNCS(FUNC1 FUNC2 ...).
H A Donceonly_2_57.m455 # AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a once-only variant of
56 # AC_CHECK_FUNCS(FUNC1 FUNC2 ...).
/openbsd/gnu/usr.bin/perl/
H A Dperly.h135 FUNC1 = 329, /* FUNC1 */ enumerator
H A Dperly.y89 %token <ival> FUNC0 FUNC1 FUNC UNIOP LSTOP
1489 | FUNC1 PERLY_PAREN_OPEN PERLY_PAREN_CLOSE /* not () */
1490 { $$ = ($FUNC1 == OP_NOT)
1491 ? newUNOP($FUNC1, 0, newSVOP(OP_CONST, 0, newSViv(0)))
1492 : newOP($FUNC1, OPf_SPECIAL); }
1493 | FUNC1 PERLY_PAREN_OPEN expr PERLY_PAREN_CLOSE /* not($foo) */
1494 { $$ = newUNOP($FUNC1, 0, $expr); }
H A Dperly.tab85 YYSYMBOL_FUNC1 = 74, /* FUNC1 */
399 "FUNC1", "FUNC", "UNIOP", "LSTOP", "POWOP", "MULOP", "ADDOP", "DOLSHARP",
H A Dperly.act2073 case 279: /* term: FUNC1 PERLY_PAREN_OPEN PERLY_PAREN_CLOSE */
2081 case 280: /* term: FUNC1 PERLY_PAREN_OPEN expr PERLY_PAREN_CLOSE */
H A Dtoke.c247 #define FUN1(f) return (pl_yylval.ival=f, PL_expect=XOPERATOR, PL_bufptr=s, REPORT((int)FUNC1))
275 return REPORT( (int)FUNC1 ); \
277 return REPORT( *s=='(' ? (int)FUNC1 : (int)UNIOP ); \
442 DEBUG_TOKEN (OPNUM, FUNC1),
/openbsd/usr.sbin/btrace/
H A Dbt_parse.y125 %token <v.i> MFUNC FUNC0 FUNC1 FUNCN OP1 OP2 OP4 MOP0 MOP1
242 | FUNC1 '(' expr ')' { $$ = bs_new($1, $3, NULL); }
781 { "time", FUNC1, B_AC_TIME }, in lookup()