Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiffreg.c221 static struct context_vec *context_vec_ptr; variable
1114 context_vec_ptr == context_vec_end - 1) { in change()
1118 offset = context_vec_ptr - context_vec_start; in change()
1123 context_vec_ptr = context_vec_start + offset; in change()
1132 a - context_vec_ptr->b - 1 > dist && in change()
1133 c - context_vec_ptr->d - 1 > dist) { in change()
1143 context_vec_ptr++; in change()
1144 context_vec_ptr->a = a; in change()
1145 context_vec_ptr->b = b; in change()
1146 context_vec_ptr->c = c; in change()
[all …]