Searched refs:next0 (Results 1 – 4 of 4) sorted by relevance
31 static int next0, next1; variable41 next0 = next1 = - files[0].prefix_lines;225 int i0 = next0, i1 = next1;243 next0 = limit0;276 next0 = first0 = i;294 next0 = i;
31 static lin next0, next1; variable40 next0 = next1 = - files[0].prefix_lines; in print_sdiff_script()207 lin i0 = next0, i1 = next1; in print_sdiff_common_lines()230 next0 = limit0; in print_sdiff_common_lines()266 next0 = first0 = i; in print_sdiff_hunk()283 next0 = i; in print_sdiff_hunk()
1115 const struct rb_node *next0 = rb_tree_iterate_const(rbt, self, RB_DIR_RIGHT); in rb_tree_check_node() local1117 KASSERT(next0 == TAILQ_NEXT(self, rb_link)); in rb_tree_check_node()1120 KASSERT(next0 != NULL || self == rbt->rbt_minmax[RB_DIR_RIGHT]); in rb_tree_check_node()1262 const struct rb_node *next0; in rb_tree_check_node() local1268 next0 = rb_tree_iterate_const(rbt, self, RB_DIR_RIGHT); in rb_tree_check_node()1269 KASSERT(next0 != NULL); in rb_tree_check_node()1270 KASSERT(RB_LEFT_SENTINEL_P(next0)); in rb_tree_check_node()
3828 goto next0; in wg_fill_msg_data() 3851 next0: m_freem(m); in wg_output()