Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/diff/
H A Dside.c25 static unsigned tab_from_to PARAMS((unsigned, unsigned));
50 tab_from_to (from, to) in tab_from_to() function
119 tab_from_to (0, indent);
196 col = tab_from_to (col, (hw + c2o - 1) / 2) + 1;
209 col = tab_from_to (col, c2o);
/dragonfly/contrib/diffutils/src/
H A Dside.c49 tab_from_to (size_t from, size_t to) in tab_from_to() function
114 tab_from_to (0, indent); in print_half_line()
230 col = tab_from_to (col, (hw + c2o - 1) / 2) + 1; in print_1sdiff_line()
241 col = tab_from_to (col, c2o); in print_1sdiff_line()