Searched refs:has_width (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/xlint/lint1/
H A Dcksnprintb.c177 bool has_width = new_style local
179 if (has_width && !quoted_next(fmt, it)) {
222 if (has_width)
228 if (has_width && width.octal_digits == 0 && width.hex_digits == 0)
238 if (has_width && width.value > 64)
243 if (has_width && bit.value + width.value > 64)
253 check_bit(ck, bit.value, has_width ? width.value : 1,
262 if (has_width)

Completed in 62 milliseconds