Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h72 #define MAX_CONTEXT 128 macro
H A Ddiff.c847 context_vec_start = malloc(MAX_CONTEXT * in change()
852 context_vec_end = context_vec_start + (MAX_CONTEXT - 1); in change()