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

Function bytesearch_context_reset

src/cut.c:341–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339};
340
341static inline void
342bytesearch_context_reset (struct bytesearch_context *ctx)
343{
344 ctx->mode = BYTESEARCH_FIELDS;
345 ctx->line_end = NULL;
346 ctx->line_end_known = false;
347}
348
349struct mbfield_parser
350{

Callers 1

cut_fields_bytesearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected