Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dgrammar.y128 #define FUNC_BOTH 3 /* both styles */ macro
504 $2->head->func_def = FUNC_BOTH;
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c158 #define FUNC_BOTH 3 /* both styles */ macro
1436 yystack.l_mark[-3].declarator->head->func_def = FUNC_BOTH; in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c178 #define FUNC_BOTH 3 /* both styles */ macro
2163 yystack.l_mark[-3].declarator->head->func_def = FUNC_BOTH; in YYPARSE_DECL()