Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/fmt/
H A Dfmt.c247 static int format_troff = 0; /* Format troff? */ variable
291 format_troff = 1; in main()
310 format_troff = 1; in main()
473 || (line[0] == '.' && !format_troff) in process_stream()
485 if (length == 0 || (line[0] == '.' && !format_troff)) { in process_stream()
746 if (len + spaces_pending == 0 && ch == '.' && !format_troff) in get_line()