Lines Matching refs:func_params
322 static ParameterList *func_params; variable
379 if (func_params != 0) { in haveAnsiParam()
380 for (p = func_params->first; p != 0; p = p->next) { in haveAnsiParam()
950 func_params = NULL; in yaccError()
1063 func_params = NULL; in process_file()
1341 if (func_params != NULL) { in YYPARSE_DECL()
1342 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1419 func_params = &(yystack.l_mark[0].declarator->head->params); in YYPARSE_DECL()
1420 func_params->begin_comment = cur_file->begin_comment; in YYPARSE_DECL()
1421 func_params->end_comment = cur_file->end_comment; in YYPARSE_DECL()
1439 func_params = NULL; in YYPARSE_DECL()
1459 func_params = &(yystack.l_mark[0].declarator->head->params); in YYPARSE_DECL()
1460 func_params->begin_comment = cur_file->begin_comment; in YYPARSE_DECL()
1461 func_params->end_comment = cur_file->end_comment; in YYPARSE_DECL()
1470 func_params = NULL; 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()