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

/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c223 static int coalesce_spaces_P=0; /* Coalesce multiple whitespace -> ' ' ? */ variable
298 coalesce_spaces_P = 1;
544 /* If either |spaces==0| (at end of line) or |coalesce_spaces_P|
549 if (coalesce_spaces_P || spaces==0)

Completed in 155 milliseconds