Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dside.c76 register unsigned in_position = 0, out_position = 0; local
92 unsigned spaces = TAB_WIDTH - in_position % TAB_WIDTH;
93 if (in_position == out_position)
111 in_position += spaces;
120 in_position = out_position = 0;
125 if (in_position != 0 && --in_position < out_bound)
127 if (out_position <= in_position)
129 for (; out_position < in_position; out_position++)
133 out_position = in_position;
143 if (in_position < out_bound)
[all …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dside.c75 register unsigned int in_position = 0; in print_half_line() local
88 unsigned int spaces = TAB_WIDTH - in_position % TAB_WIDTH; in print_half_line()
89 if (in_position == out_position) in print_half_line()
106 in_position += spaces; in print_half_line()
114 in_position = out_position = 0; in print_half_line()
119 if (in_position != 0 && --in_position < out_bound) in print_half_line()
121 if (out_position <= in_position) in print_half_line()
123 for (; out_position < in_position; out_position++) in print_half_line()
127 out_position = in_position; in print_half_line()
136 if (in_position < out_bound) in print_half_line()
[all …]