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

Function sync_byte_selection

src/cut.c:776–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776static inline void
777sync_byte_selection (uintmax_t byte_idx)
778{
779 while (current_rp->hi <= byte_idx)
780 current_rp++;
781}
782
783static inline void
784reset_field_line (uintmax_t *field_idx, bool *found_any_selected_field,

Callers 1

cut_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected