Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/m4/
H A Dgetopt.m452 int seen_a = 0, seen_plus = 0;
61 seen_plus = 1;
70 return (seen_a && !seen_plus) ? EXIT_SUCCESS : EXIT_FAILURE;
/freebsd/contrib/libdiff/lib/
H A Ddiff_output_unidiff.c155 int seen_minus = 0, seen_plus = 0; in diff_chunk_context_load_change() local
168 if (seen_minus || seen_plus) in diff_chunk_context_load_change()
175 seen_plus = 1; in diff_chunk_context_load_change()