Searched refs:next1 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/cvs/diff/ |
| D | side.c | 31 static int next0, next1; variable 41 next0 = next1 = - files[0].prefix_lines; 223 int i0 = next0, i1 = next1; 242 next1 = limit1; 275 next1 = first1 = j; 284 next1 = j;
|
| /freebsd-9-stable/contrib/diff/src/ |
| D | 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()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | 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 …]
|
| /freebsd-9-stable/contrib/groff/src/roff/troff/ |
| D | 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 …]
|