Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dgrammar.y125 #define FUNC_NONE 0 /* not a function definition */ macro
486 if ($2->func_def == FUNC_NONE) {
521 if ($1->func_def == FUNC_NONE) {
725 if ($1->func_def != FUNC_NONE && func_params == NULL &&
734 if ($1->func_def != FUNC_NONE && func_params == NULL &&
1156 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c155 #define FUNC_NONE 0 /* not a function definition */ macro
1065 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
1415 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) { in YYPARSE_DECL()
1455 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) { in YYPARSE_DECL()
1708 if (yystack.l_mark[0].declarator->func_def != FUNC_NONE && func_params == NULL && in YYPARSE_DECL()
1720 if (yystack.l_mark[-1].declarator->func_def != FUNC_NONE && func_params == NULL && in YYPARSE_DECL()
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c175 #define FUNC_NONE 0 /* not a function definition */ macro
1321 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
2142 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) { in YYPARSE_DECL()
2182 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) { in YYPARSE_DECL()
2435 if (yystack.l_mark[0].declarator->func_def != FUNC_NONE && func_params == NULL && in YYPARSE_DECL()
2447 if (yystack.l_mark[-1].declarator->func_def != FUNC_NONE && func_params == NULL && in YYPARSE_DECL()