| 749 | } |
| 750 | |
| 751 | static inline bool |
| 752 | field_selection_exhausted (uintmax_t field_idx) |
| 753 | { |
| 754 | return !print_kth (field_idx) && current_rp->lo == UINTMAX_MAX; |
| 755 | } |
| 756 | |
| 757 | static inline void |
| 758 | finish_current_line (uintmax_t field_idx, bool buffer_first_field, |
no test coverage detected