Searched refs:print_half_line (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/diff/src/ |
H A D | side.c | 69 print_half_line (char const *const *line, size_t indent, size_t out_bound) in print_half_line() function 174 col = print_half_line (left, 0, hw); in print_1sdiff_line() 191 print_half_line (right, col, hw); in print_1sdiff_line()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 450 * src/side.c (tab_from_to, print_half_line, print_1sdiff_line): 1859 * side.c (print_half_line): Add brackets to pacify GCC -Wall. 2441 * side.c (print_half_line): Use isprint, since some hosts lack isgraph. 2795 * side.c (print_half_line): When the input position falls 3018 * side.c (print_sdiff_script, print_half_line): Likewise.
|