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

/freebsd-10.1-release/contrib/diff/src/
H A Dside.c69 print_half_line (char const *const *line, size_t indent, size_t out_bound) argument
91 if (out_bound < tabstop)
92 tabstop = out_bound;
97 if (tabstop < out_bound)
116 if (in_position != 0 && --in_position < out_bound)
119 /* Add spaces to make up for suppressed tab past out_bound. */
133 if (in_position < out_bound)
142 if (in_position++ < out_bound)

Completed in 111 milliseconds