Home
last modified time | relevance | path

Searched refs:last_line_length (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dfmt.c259 static int last_line_length; variable
557 last_line_length = 0; in get_paragraph()
886 if (start == word && last_line_length > 0) in fmt_paragraph()
887 wcost += RAGGED_COST (len - last_line_length); in fmt_paragraph()
1004 last_line_length = out_column; in put_line()