Searched refs:next1 (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/diff/src/ |
| HD | side.c | 29 static lin next0, next1; variable 38 next0 = next1 = - files[0].prefix_lines; in print_sdiff_script() 203 lin i0 = next0, i1 = next1; in print_sdiff_common_lines() 227 next1 = limit1; in print_sdiff_common_lines() 263 next1 = first1 = j; in print_sdiff_hunk() 271 next1 = j; in print_sdiff_hunk()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | buildsym.c | 170 struct pending *next, *next1; in really_free_pendings() local 172 for (next = free_pendings; next; next = next1) in really_free_pendings() 174 next1 = next->next; in really_free_pendings() 181 for (next = file_symbols; next != NULL; next = next1) in really_free_pendings() 183 next1 = next->next; in really_free_pendings() 188 for (next = global_symbols; next != NULL; next = next1) in really_free_pendings() 190 next1 = next->next; in really_free_pendings() 228 struct pending *next, *next1; in finish_block() local 360 for (next = *listhead; next; next = next1) in finish_block() 362 next1 = next->next; in finish_block() [all …]
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | node.cpp | 2080 node *next1 = next; in merge_glyph_node() local 2083 gn->div_nest_level, next1); in merge_glyph_node() 2087 node *next1 = next; in merge_glyph_node() local 2090 gn->div_nest_level, next1); in merge_glyph_node() 2304 node *next1 = next; in add_discretionary_hyphen() local 2314 return new dbreak_node(this, nn, state, div_nest_level, next1); in add_discretionary_hyphen() 2451 node *next1 = next; in add_discretionary_hyphen() local 2461 return new dbreak_node(this, n1, state, div_nest_level, next1); in add_discretionary_hyphen() 2615 node *next1 = next; in add_italic_correction() local 2618 return new italic_corrected_node(this, ic, state, div_nest_level, next1); in add_italic_correction() [all …]
|