Lines Matching refs:next

197 		     dependency = dependency->next) {
218 for (p = dyntarget_list; p != NULL; p = p->next) {
316 target_group = target_group->next) {
405 dependency = dependency->next) {
421 dependency = dependency->next) {
432 dependency = dependency->next) {
948 dependency = dependency->next) {
1085 * The next statement is commented
1124 (*out_of_date_tail)->next = NULL;
1125 out_of_date_tail = &(*out_of_date_tail)->next;
1183 dependency = dependency->next) {
1248 for (suffix = suffixes; suffix != NULL; suffix = suffix->next) {
1342 dependency = dependency->next) {
1409 new_depe->next = dependency->next;
1413 dependency->next = new_depe;
1440 for (; 1; first_member = first_member->next) {
1486 dependency = *remove = (*remove)->next;
1526 *remove = (*remove)->next;
1528 remove = &dependency->next;
1531 remove = &dependency->next;
1776 rule = rule->next) {
1780 cmd_tail->next = ALLOC(Cmd_line);
1781 cmd_tail = cmd_tail->next;
1786 cmd_tail->next = NULL;
1788 for (rule = command; rule != NULL; rule = rule->next) {
1847 cmd_tail = rule->next;
2244 for (Chain ch = line->body.line.query; ch != NULL; ch = ch->next) {
2252 (*query_list_tail)->next = NULL;
2253 query_list_tail = &(*query_list_tail)->next;
2268 dependency = dependency->next) {
2292 (*hat_list_tail)->next = NULL;
2293 hat_list_tail = &(*hat_list_tail)->next;
2318 used->next = NULL;
2320 insert = &used->next;
2326 command_template = command_template->next, insert = &used->next, used = *insert) {
2332 used->next = NULL;
2559 target_group = target_group->next;
2612 (line->body.line.command_template->next == NULL))) {
2641 target_group = target_group->next) {
2893 conditional = get_prop(conditional->next, conditional_prop)) {
2909 previous = &(*previous)->next) {
2921 new_prop->next = *previous;
2962 conditional = get_prop(conditional->next, conditional_prop),
2987 cond_chain->next = conditional_targets;
3018 this_conditional = get_prop(conditional->next, conditional_prop);
3027 cond_chain = conditional_targets->next;
3088 dependency = dependency->next) {
3124 delete_query_chain(ch->next);