Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c147 static COST line_cost P_ ((WORD *next, int len));
460 wcost = line_cost (w, len) + w->best_cost; in fmt_paragraph()
515 line_cost (register WORD *next, register int len) in line_cost() function