Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c922 COST cost; in base_cost() local
924 cost = LINE_COST; in base_cost()
931 cost -= SENTENCE_BONUS; in base_cost()
933 cost += NOBREAK_COST; in base_cost()
936 cost -= PUNCT_BONUS; in base_cost()
938 cost += WIDOW_COST ((this - 1)->length); in base_cost()
942 cost -= PAREN_BONUS; in base_cost()
944 cost += ORPHAN_COST (this->length); in base_cost()
946 return cost; in base_cost()
956 COST cost; in line_cost() local
[all …]
/coreutils/
DTODO140 (preferably 'no') cost when operating in single-byte mode.
DCOPYING265 more than your reasonable cost of physically performing this
DNEWS3507 per-entry seek time cost when operating on entries in readdir order.