HomeSort by relevance Sort by last modified time
    Searched full:best_width (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 59 /* Cost of a filled line n chars longer or shorter than best_width. */
172 static int best_width; variable
215 best_width = max_width * (201 - 2 * LEEWAY) / 200;
522 n = best_width - len;

Completed in 262 milliseconds