| 271 | /* Return nonzero if the K'th field or byte is printable. */ |
| 272 | |
| 273 | static inline bool |
| 274 | print_kth (uintmax_t k) |
| 275 | { |
| 276 | return current_rp->lo <= k; |
| 277 | } |
| 278 | |
| 279 | /* Return nonzero if K'th byte is the beginning of a range. */ |
| 280 |
no outgoing calls
no test coverage detected