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

/haiku-fatelf/src/bin/diffutils/src/
H A Dside.c29 static lin next0, next1; variable
38 next0 = next1 = - files[0].prefix_lines;
205 lin i0 = next0, i1 = next1;
229 next1 = limit1;
265 next1 = first1 = j;
273 next1 = j;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c172 struct pending *next, *next1;
174 for (next = free_pendings; next; next = next1)
176 next1 = next->next;
183 for (next = file_symbols; next != NULL; next = next1)
185 next1 = next->next;
190 for (next = global_symbols; next != NULL; next = next1)
192 next1 = next->next;
230 struct pending *next, *next1;
362 for (next = *listhead; next; next = next1)
364 next1
169 struct pending *next, *next1; local
227 struct pending *next, *next1; local
[all...]

Completed in 44 milliseconds