Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dside.c72 register size_t in_position = 0; in print_half_line() local
85 size_t spaces = tabsize - in_position % tabsize; in print_half_line()
86 if (in_position == out_position) in print_half_line()
103 in_position += spaces; in print_half_line()
111 in_position = out_position = 0; in print_half_line()
116 if (in_position != 0 && --in_position < out_bound) in print_half_line()
118 if (out_position <= in_position) in print_half_line()
120 for (; out_position < in_position; out_position++) in print_half_line()
124 out_position = in_position; in print_half_line()
133 if (in_position < out_bound) in print_half_line()
[all …]