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

Function print_kth

src/cut.c:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271/* Return nonzero if the K'th field or byte is printable. */
272
273static inline bool
274print_kth (uintmax_t k)
275{
276 return current_rp->lo <= k;
277}
278
279/* Return nonzero if K'th byte is the beginning of a range. */
280

Callers 6

begin_field_outputFunction · 0.85
handle_field_1Function · 0.85
cut_characters_modeFunction · 0.85
cut_fields_mb_anyFunction · 0.85
cut_fields_bytesearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected