Searched refs:goal (Results 1 – 5 of 5) sorted by relevance
2216 int goal = h_old + spaces_not_printed; in print_white_space() local2218 while (goal - h_old > 1 in print_white_space()2219 && (h_new = POS_AFTER_TAB (chars_per_output_tab, h_old)) <= goal) in print_white_space()2224 while (++h_old <= goal) in print_white_space()2227 output_position = goal; in print_white_space()
243 tests/fmt/goal-option.sh \
109 Its goal is to answer questions like
2529 Fill output lines up to @var{width} characters (default 75 or @var{goal}2530 plus 10, if @var{goal} is provided).2532 @item -g @var{goal}2533 @itemx --goal=@var{goal}2535 @opindex --goal2536 @command{fmt} initially tries to make lines @var{goal} characters wide.
2237 fmt now accepts the --goal=WIDTH (-g) option.