| 261 | and if required CURRENT_RP. */ |
| 262 | |
| 263 | static inline void |
| 264 | next_item (uintmax_t *item_idx) |
| 265 | { |
| 266 | (*item_idx)++; |
| 267 | if ((*item_idx) > current_rp->hi) |
| 268 | current_rp++; |
| 269 | } |
| 270 | |
| 271 | /* Return nonzero if the K'th field or byte is printable. */ |
| 272 |
no outgoing calls
no test coverage detected