Searched refs:goal_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c96 * - Given the choice of going over or under |goal_length|
221 static size_t goal_length=0; /* Target length for output lines */ variable
304 goal_length = get_positive(optarg, "width must be positive", 1);
305 max_length = goal_length;
310 if (goal_length==0) {
314 goal_length = get_positive(++p, "width must be nonzero", 1);
316 goal_length = get_positive(argv[optind]+1,
318 max_length = goal_length;
341 if (argc>0 && goal_length==0
342 && (goal_length
[all...]

Completed in 126 milliseconds