Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiffreg.c219 static struct context_vec *context_vec_start; variable
1118 if (context_vec_start == NULL || in change()
1122 if (context_vec_start != NULL) in change()
1123 offset = context_vec_ptr - context_vec_start; in change()
1125 context_vec_start = xreallocarray(context_vec_start, in change()
1126 max_context, sizeof(*context_vec_start)); in change()
1127 context_vec_end = context_vec_start + max_context; in change()
1128 context_vec_ptr = context_vec_start + offset; in change()
1514 struct context_vec *cvp = context_vec_start; in dump_context_vec()
1519 if (context_vec_start > context_vec_ptr) in dump_context_vec()
[all …]