Lines Matching refs:next1
169 struct pending *next, *next1; in really_free_pendings() local
171 for (next = free_pendings; next; next = next1) in really_free_pendings()
173 next1 = next->next; in really_free_pendings()
180 for (next = file_symbols; next != NULL; next = next1) in really_free_pendings()
182 next1 = next->next; in really_free_pendings()
187 for (next = global_symbols; next != NULL; next = next1) in really_free_pendings()
189 next1 = next->next; in really_free_pendings()
227 struct pending *next, *next1; in finish_block() local
359 for (next = *listhead; next; next = next1) in finish_block()
361 next1 = next->next; in finish_block()
499 for (next = pending_blocks; next; next = next1) in make_blockvector()
501 next1 = next->next; in make_blockvector()