Searched refs:print_half_line (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | side.c | 24 static unsigned print_half_line PARAMS((char const * const *, unsigned, unsigned)); 72 print_half_line (line, indent, out_bound) in print_half_line() function 191 col = print_half_line (left, 0, hw); 212 print_half_line (right, col, hw);
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | side.c | 71 print_half_line (char const *const *line, unsigned int indent, in print_half_line() function 178 col = print_half_line (left, 0, hw); in print_1sdiff_line() 195 print_half_line (right, col, hw); in print_1sdiff_line()
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 1390 * side.c (print_half_line): Add brackets to pacify GCC -Wall. 1972 * side.c (print_half_line): Use isprint, since some hosts lack isgraph. 2326 * side.c (print_half_line): When the input position falls 2549 * side.c (print_sdiff_script, print_half_line): Likewise.
|