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

Function same_para

src/fmt.c:672–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 otherwise false. */
671
672static bool
673same_para (int c)
674{
675 return (next_prefix_indent == prefix_indent
676 && in_column >= next_prefix_indent + prefix_full_length
677 && c != '\n' && c != EOF);
678}
679
680/* Read a line from input file F, given first non-blank character C
681 after the prefix, and the following indent, and break it into words.

Callers 1

get_paragraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected