Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dside.c69 print_half_line (char const *const *line, size_t indent, size_t out_bound) in print_half_line() argument
91 if (out_bound < tabstop) in print_half_line()
92 tabstop = out_bound; in print_half_line()
97 if (tabstop < out_bound) in print_half_line()
116 if (in_position != 0 && --in_position < out_bound) in print_half_line()
133 if (in_position < out_bound) in print_half_line()
142 if (in_position++ < out_bound) in print_half_line()