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

Function put_paragraph

src/fmt.c:990–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 FINISH, which must be in the next_break chain from word. */
989
990static void
991put_paragraph (WORD *finish)
992{
993 put_line (word, first_indent);
994 for (WORD *w = word->next_break; w != finish; w = w->next_break)
995 put_line (w, other_indent);
996}
997
998/* Output to stdout the line beginning with word W, beginning in column
999 INDENT, including the prefix (if any). */

Callers 2

fmtFunction · 0.85
flush_paragraphFunction · 0.85

Calls 1

put_lineFunction · 0.85

Tested by

no test coverage detected