Searched refs:copy_width (Results 1 – 1 of 1) sorted by relevance
1182 u_int leading_width, copy_width; in format_trim_right() local1195 copy_width = leading_width; in format_trim_right()1197 if (skip - width >= copy_width) in format_trim_right()1198 copy_width = 0; in format_trim_right()1200 copy_width -= (skip - width); in format_trim_right()1202 if (copy_width != 0) { in format_trim_right()1206 memset(out, '#', 2 * copy_width); in format_trim_right()1207 out += 2 * copy_width; in format_trim_right()