Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/diff/
Dside.c33 static int next0, next1; variable
43 next0 = next1 = - files[0].prefix_lines;
226 int i0 = next0, i1 = next1;
245 next1 = limit1;
278 next1 = first1 = j;
287 next1 = j;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbuildsym.c169 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()
[all …]