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

Function clear_line_control

src/csplit.c:278–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276/* Initialize existing line record P. */
277
278static void
279clear_line_control (struct line *p)
280{
281 p->used = 0;
282 p->insert_index = 0;
283 p->retrieve_index = 0;
284}
285
286/* Return a new, initialized line record. */
287

Callers 1

new_line_controlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected