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

/netbsd-current/usr.bin/xlint/lint1/
H A Dcksnprintb.c167 bool has_bit = !new_style local
169 if (has_bit && new_style && !quoted_next(fmt, it)) {
206 if (!has_bit && !has_cmp && !has_default) {
220 if (has_bit)
224 if (has_bit && bit.octal_digits == 0 && bit.hex_digits == 0)
232 if (has_bit && (new_style ? bit.value > 63 : bit.value - 1 > 31))
252 if (has_bit)

Completed in 204 milliseconds