Home
last modified time | relevance | path

Searched refs:FUNC_ANSI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dgrammar.y127 #define FUNC_ANSI 2 /* ANSI style */ macro
351 if (p->declarator->func_def == FUNC_ANSI) { in haveAnsiParam()
817 $$->func_def = FUNC_ANSI;
982 $$->func_def = FUNC_ANSI;
989 $$->func_def = FUNC_ANSI;
1000 $$->func_def = FUNC_ANSI;
1010 $$->func_def = FUNC_ANSI;
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c157 #define FUNC_ANSI 2 /* ANSI style */ macro
381 if (p->declarator->func_def == FUNC_ANSI) { in haveAnsiParam()
1811 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2008 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2018 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2032 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2045 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c177 #define FUNC_ANSI 2 /* ANSI style */ macro
401 if (p->declarator->func_def == FUNC_ANSI) { in haveAnsiParam()
2538 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2735 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2745 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2759 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()
2772 yyval.declarator->func_def = FUNC_ANSI; in YYPARSE_DECL()