Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dcut.c219 uintmax_t byte_idx; /* Number of bytes in the line so far. */ in cut_bytes() local
224 byte_idx = 0; in cut_bytes()
237 byte_idx = 0; in cut_bytes()
243 if (byte_idx > 0) in cut_bytes()
252 next_item (&byte_idx); in cut_bytes()
253 if (print_kth (byte_idx)) in cut_bytes()
257 if (print_delimiter && is_range_start_index (byte_idx)) in cut_bytes()