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

Function is_range_start_index

src/cut.c:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279/* Return nonzero if K'th byte is the beginning of a range. */
280
281static inline bool
282is_range_start_index (uintmax_t k)
283{
284 return k == current_rp->lo;
285}
286
287static inline bool
288field_delim_is_line_delim (void)

Callers 2

cut_bytesFunction · 0.85
cut_characters_modeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected