Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dside.c72 print_half_line (line, indent, out_bound) in print_half_line() argument
74 unsigned indent, out_bound;
98 if (out_bound < tabstop)
99 tabstop = out_bound;
104 if (tabstop < out_bound)
125 if (in_position != 0 && --in_position < out_bound) {
142 if (in_position < out_bound)
154 if (in_position++ < out_bound)