Home | History | Annotate | Download | only in btyacc

Lines Matching defs:func_params

344 static ParameterList *func_params;
401 if (func_params != NULL) {
402 for (p = func_params->first; p != NULL; p = p->next) {
1220 func_params = NULL;
1333 func_params = NULL;
2082 if (func_params != NULL) {
2083 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2160 func_params = &(yystack.l_mark[0].declarator->head->params);
2161 func_params->begin_comment = cur_file->begin_comment;
2162 func_params->end_comment = cur_file->end_comment;
2180 func_params = NULL;
2200 func_params = &(yystack.l_mark[0].declarator->head->params);
2201 func_params->begin_comment = cur_file->begin_comment;
2202 func_params->end_comment = cur_file->end_comment;
2211 func_params = NULL;
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 &&