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

Function proc_body

src/nl.c:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331/* Switch to a body section. */
332
333static void
334proc_body (void)
335{
336 current_type = body_type;
337 current_regex = &body_regex;
338 reset_lineno ();
339 putchar ('\n');
340}
341
342/* Switch to a footer section. */
343

Callers 1

process_fileFunction · 0.85

Calls 1

reset_linenoFunction · 0.85

Tested by

no test coverage detected