Searched refs:wcost (Results 1 – 1 of 1) sorted by relevance
438 register COST wcost, best; in fmt_paragraph() local460 wcost = line_cost (w, len) + w->best_cost; in fmt_paragraph()462 wcost += RAGGED_COST (len - last_line_length); in fmt_paragraph()463 if (wcost < best) in fmt_paragraph()465 best = wcost; in fmt_paragraph()