Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c63 #define RAGGED_COST(n) (SHORT_COST (n) / 2) macro
462 wcost += RAGGED_COST (len - last_line_length); in fmt_paragraph()
527 cost += RAGGED_COST (n); in line_cost()