Searched refs:token_index (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/
H A Dlcs.c140 while (position[0]->token_index == position[1]->token_index)
169 if (position[0]->token_index >= 0
170 && token_counts[1][position[0]->token_index] == 0)
172 else if (position[1]->token_index >= 0
173 && token_counts[0][position[1]->token_index] == 0)
244 svn_diff__token_index_t token_index; local
283 for (token_index = 0; token_index < num_tokens; token_index
[all...]
H A Ddiff.c43 svn_diff__token_index_t token_index; local
47 for (token_index = 0; token_index < num_tokens; token_index++)
48 token_counts[token_index] = 0;
55 token_counts[current->token_index]++;
H A Ddiff.h68 svn_diff__token_index_t token_index; member in struct:svn_diff__position_t
98 * (indexed by the 'token_index' of the positions of each position_list).
H A Dtoken.c184 position->token_index = node->index;
H A Ddiff3.c78 && position[0]->token_index == position[1]->token_index)

Completed in 106 milliseconds