MCPcopy Create free account
hub / github.com/coreutils/coreutils / field_selection_exhausted

Function field_selection_exhausted

src/cut.c:751–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

cut_fields_bytesearchFunction · 0.85

Calls 1

print_kthFunction · 0.85

Tested by

no test coverage detected