Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dgrammar.y126 #define FUNC_TRADITIONAL 1 /* traditional style */ macro
501 if (func_style == FUNC_TRADITIONAL
726 func_style == FUNC_TRADITIONAL && cur_file->convert) {
735 func_style == FUNC_TRADITIONAL && cur_file->convert) {
825 $$->func_def = FUNC_TRADITIONAL;
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c156 #define FUNC_TRADITIONAL 1 /* traditional style */ macro
1433 if (func_style == FUNC_TRADITIONAL in YYPARSE_DECL()
1709 func_style == FUNC_TRADITIONAL && cur_file->convert) { in YYPARSE_DECL()
1721 func_style == FUNC_TRADITIONAL && cur_file->convert) { in YYPARSE_DECL()
1822 yyval.declarator->func_def = FUNC_TRADITIONAL; in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c176 #define FUNC_TRADITIONAL 1 /* traditional style */ macro
2160 if (func_style == FUNC_TRADITIONAL in YYPARSE_DECL()
2436 func_style == FUNC_TRADITIONAL && cur_file->convert) { in YYPARSE_DECL()
2448 func_style == FUNC_TRADITIONAL && cur_file->convert) { in YYPARSE_DECL()
2549 yyval.declarator->func_def = FUNC_TRADITIONAL; in YYPARSE_DECL()