Lines Matching refs:next
276 /* The size of the maximum gap between one aligned stack and the next. */
306 stack. Advance YYPTR to a properly aligned location for the next
1167 YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
1294 if (yyvsp[-1].filename_list != yyvsp[-1].filename_list->next)
1296 yyvsp[-1].filename_list->next->group_start = 1;
1321 yyvsp[0].output_rule->next = yyvsp[-1].output_rule->next;
1322 yyval.output_rule = yyvsp[-1].output_rule->next = yyvsp[0].output_rule;
1344 yyval.output_rule->val.section.input = yyvsp[-1].input_rule->next;
1350 yyvsp[-1].input_rule->next = NULL;
1361 yyval.output_rule->val.section.input->next = NULL;
1392 yyvsp[0].input_rule->next = yyvsp[-1].input_rule->next;
1393 yyval.input_rule = yyvsp[-1].input_rule->next = yyvsp[0].input_rule;
1548 newp->next = yyvsp[-2].filename_list->next;
1549 yyval.filename_list = yyvsp[-2].filename_list->next = newp;
1561 yyvsp[0].version->next = yyvsp[-1].version->next;
1562 yyval.version = yyvsp[-1].version->next = yyvsp[0].version;
1622 newp->next = yyvsp[-2].id_list->next;
1623 yyval.id_list = yyvsp[-2].id_list->next = newp;
1925 newp->next = newp;
1938 newp->next = newp;
1968 newp->next = newp;
1970 newp->output_rules = output_rule->next;
1971 output_rule->next = NULL;
1978 newp->next = ld_state.output_segments->next;
1979 ld_state.output_segments = ld_state.output_segments->next = newp;
1988 for (runp = newp->output_rules; runp != NULL; runp = runp->next)
2003 newp->next = newp;
2017 struct filename_list *first = ld_state.srcfiles->next;
2019 ld_state.srcfiles->next = fnames->next;
2020 fnames->next = first;
2021 ld_state.srcfiles->next = fnames;
2056 newp->next = newp;
2068 newp->next = newp;
2089 two->local_names->next = one->local_names->next;
2090 one->local_names = one->local_names->next = two->local_names;
2099 two->global_names->next = one->global_names->next;
2100 one->global_names = one->global_names->next = two->global_names;
2118 runp = runp->next;
2120 lastp->next = NULL;
2130 runp = runp->next;
2138 if (defp->next == NULL)
2141 defp->next = curp;
2144 curp->next = NULL;
2149 defp = defp->next;
2167 curp->next = NULL;
2187 runp = runp->next;
2208 versions = versions->next;
2210 lastp->next = NULL;
2220 versions = versions->next;