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

/freebsd-12-stable/contrib/diff/src/
H A Dside.c29 static lin next0, next1; variable
38 next0 = next1 = - files[0].prefix_lines;
203 lin i0 = next0, i1 = next1;
227 next1 = limit1;
263 next1 = first1 = j;
271 next1 = j;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dbuildsym.c173 struct pending *next, *next1;
175 for (next = free_pendings; next; next = next1)
177 next1 = next->next;
184 for (next = file_symbols; next != NULL; next = next1)
186 next1 = next->next;
191 for (next = global_symbols; next != NULL; next = next1)
193 next1 = next->next;
231 struct pending *next, *next1;
363 for (next = *listhead; next; next = next1)
365 next1
170 struct pending *next, *next1; local
228 struct pending *next, *next1; local
[all...]

Completed in 107 milliseconds