HomeSort by: relevance | last modified time | path
    Searched defs:FUNC_NONE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 155 #define FUNC_UNKNOWN 0 /* unspecified (same as FUNC_NONE) */
157 #define FUNC_NONE 0 /* not a function definition */
1080 include_file(strcpy(base_file, name), func_style != FUNC_NONE);
1430 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) {
1470 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) {
1723 if (yystack.l_mark[0].declarator->func_def != FUNC_NONE && func_params == NULL &&
1735 if (yystack.l_mark[-1].declarator->func_def != FUNC_NONE && func_params == NULL &&
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 175 #define FUNC_UNKNOWN 0 /* unspecified (same as FUNC_NONE) */
177 #define FUNC_NONE 0 /* not a function definition */
1335 include_file(strcpy(base_file, name), func_style != FUNC_NONE);
2156 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) {
2196 if (yystack.l_mark[0].declarator->func_def == FUNC_NONE) {
2449 if (yystack.l_mark[0].declarator->func_def != FUNC_NONE && func_params == NULL &&
2461 if (yystack.l_mark[-1].declarator->func_def != FUNC_NONE && func_params == NULL &&

Completed in 106 milliseconds