MCPcopy Index your code
hub / github.com/coreutils/coreutils / proc_header

Function proc_header

src/nl.c:322–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320/* Switch to a header section. */
321
322static void
323proc_header (void)
324{
325 current_type = header_type;
326 current_regex = &header_regex;
327 reset_lineno ();
328 putchar ('\n');
329}
330
331/* Switch to a body section. */
332

Callers 1

process_fileFunction · 0.85

Calls 1

reset_linenoFunction · 0.85

Tested by

no test coverage detected