Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c132 COST best_cost; /* cost of best paragraph starting here */ member
411 if (w->best_cost - w->next_break->best_cost < best_break) in flush_paragraph()
414 best_break = w->best_cost - w->next_break->best_cost; in flush_paragraph()
441 word_limit->best_cost = 0; in fmt_paragraph()
460 wcost = line_cost (w, len) + w->best_cost; in fmt_paragraph()
472 start->best_cost = best + base_cost (start); in fmt_paragraph()