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

Function reset_field_line

src/cut.c:783–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781}
782
783static inline void
784reset_field_line (uintmax_t *field_idx, bool *found_any_selected_field,
785 bool *have_pending_line, struct mbfield_parser *parser)
786{
787 *field_idx = 1;
788 current_rp = frp;
789 *found_any_selected_field = false;
790 *have_pending_line = false;
791 parser->have_saved = false;
792 parser->at_line_start = true;
793}
794
795/* Read from STREAM using buffered block reads, printing selected bytes.
796 BYTE_IDX and PRINT_DELIMITER track the current line state and allow

Callers 1

cut_fields_mb_anyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected