Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dside.c47 tab_from_to (size_t from, size_t to) in tab_from_to() function
110 tab_from_to (0, indent); in print_half_line()
179 col = tab_from_to (col, (hw + c2o - 1) / 2) + 1; in print_1sdiff_line()
190 col = tab_from_to (col, c2o); in print_1sdiff_line()
/freebsd/contrib/diff/
H A DChangeLog450 * src/side.c (tab_from_to, print_half_line, print_1sdiff_line):