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

Function next_item

src/cut.c:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 and if required CURRENT_RP. */
262
263static inline void
264next_item (uintmax_t *item_idx)
265{
266 (*item_idx)++;
267 if ((*item_idx) > current_rp->hi)
268 current_rp++;
269}
270
271/* Return nonzero if the K'th field or byte is printable. */
272

Callers 4

handle_field_delimiterFunction · 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