Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/diff/
H A Ddiff.c842 context_vec_ptr = context_vec_start - 1; in change()
854 if (context_vec_ptr >= context_vec_end || in change()
855 (context_vec_ptr >= context_vec_start && in change()
856 a > (context_vec_ptr->b + 2 * context) && in change()
857 c > (context_vec_ptr->d + 2 * context))) in change()
860 context_vec_ptr++; in change()
861 context_vec_ptr->a = a; in change()
862 context_vec_ptr->b = b; in change()
863 context_vec_ptr->c = c; in change()
864 context_vec_ptr->d = d; in change()
[all …]
H A Ddiff.h181 *context_vec_ptr; variable