Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dcontext.c44 static lin find_function_last_match; variable
103 find_function_last_match = LIN_MAX; in print_context_script()
468 find_function_last_match = i; in find_function()
474 if (find_function_last_match != LIN_MAX) in find_function()
475 return linbuf[find_function_last_match]; in find_function()