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

/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c229 static int format_troff=0; /* Format troff? */ variable
273 format_troff = 1;
292 format_troff = 1;
429 || (line[0]=='.' && !format_troff)
440 if (length==0 || (line[0]=='.' && !format_troff)) {
645 if (len+spaces_pending==0 && ch=='.' && !format_troff) troff=1;

Completed in 207 milliseconds