Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c203 static int last_line_length; variable
239 last_line_length = 0; in get_paragraph()
461 if (start == words && last_line_length > 0) in fmt_paragraph()
462 wcost += RAGGED_COST (len - last_line_length); in fmt_paragraph()
562 last_line_length = out_column; in put_line()