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
1113 if (context_vec_start == NULL || in change()
1117 if (context_vec_start != NULL) in change()
1118 offset = context_vec_ptr - context_vec_start; in change()
1120 context_vec_start = xreallocarray(context_vec_start, in change()
1121 max_context, sizeof(*context_vec_start)); in change()
1122 context_vec_end = context_vec_start + max_context; in change()
1123 context_vec_ptr = context_vec_start + offset; in change()
1509 struct context_vec *cvp = context_vec_start; in dump_context_vec()
1514 if (context_vec_start > context_vec_ptr) in dump_context_vec()
[all …]