Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c863 COST wcost, best; in fmt_paragraph() local
885 wcost = line_cost (w, len) + w->best_cost; in fmt_paragraph()
887 wcost += RAGGED_COST (len - last_line_length); in fmt_paragraph()
888 if (wcost < best) in fmt_paragraph()
890 best = wcost; in fmt_paragraph()