Home
last modified time | relevance | path

Searched refs:sentinel_position (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
HDlcs.c251 svn_diff__position_t sentinel_position[2]; in svn_diff__lcs() local
313 sentinel_position[0].next = position_list1->next; in svn_diff__lcs()
314 position_list1->next = &sentinel_position[0]; in svn_diff__lcs()
315 sentinel_position[0].offset = position_list1->offset + 1; in svn_diff__lcs()
318 sentinel_position[1].next = position_list2->next; in svn_diff__lcs()
319 position_list2->next = &sentinel_position[1]; in svn_diff__lcs()
320 sentinel_position[1].offset = position_list2->offset + 1; in svn_diff__lcs()
325 sentinel_position[0].token_index = -1; in svn_diff__lcs()
326 sentinel_position[1].token_index = -2; in svn_diff__lcs()
337 fp[d - 1].position[0] = sentinel_position[0].next; in svn_diff__lcs()
[all …]
HDdiff3.c340 svn_diff__position_t sentinel_position[2]; in svn_diff_diff3_2() local
348 sentinel_position[0].next = position_list[1]->next; in svn_diff_diff3_2()
349 sentinel_position[0].offset = position_list[1]->offset + 1; in svn_diff_diff3_2()
350 position_list[1]->next = &sentinel_position[0]; in svn_diff_diff3_2()
351 position_list[1] = sentinel_position[0].next; in svn_diff_diff3_2()
355 sentinel_position[0].offset = prefix_lines + 1; in svn_diff_diff3_2()
356 sentinel_position[0].next = NULL; in svn_diff_diff3_2()
357 position_list[1] = &sentinel_position[0]; in svn_diff_diff3_2()
362 sentinel_position[1].next = position_list[2]->next; in svn_diff_diff3_2()
363 sentinel_position[1].offset = position_list[2]->offset + 1; in svn_diff_diff3_2()
[all …]