Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dside.c73 register size_t out_position = 0; in print_half_line() local
86 if (in_position == out_position) in print_half_line()
88 size_t tabstop = out_position + spaces; in print_half_line()
93 for (; out_position < tabstop; out_position++) in print_half_line()
99 out_position = tabstop; in print_half_line()
111 in_position = out_position = 0; 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()
144 out_position = in_position; in print_half_line()
[all …]