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

Function reset_item_line

src/cut.c:450–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450static inline void
451reset_item_line (uintmax_t *item_idx, bool *print_delimiter)
452{
453 write_line_delim ();
454 *item_idx = 0;
455 *print_delimiter = false;
456 current_rp = frp;
457}
458
459static inline void
460write_pending_line_delim (uintmax_t item_idx)

Callers 2

cut_bytesFunction · 0.85
cut_characters_modeFunction · 0.85

Calls 1

write_line_delimFunction · 0.85

Tested by

no test coverage detected