Home
last modified time | relevance | path

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

/freebsd/usr.bin/fmt/
H A Dfmt.c438 size_t first_indent = SILLY; /* indentation of line 0 of paragraph */ in process_stream() local
477 new_paragraph(output_in_paragraph ? last_indent : first_indent, np); in process_stream()
479 first_indent = np; in process_stream()
520 output_word(first_indent, last_indent, in process_stream()
528 new_paragraph(output_in_paragraph ? last_indent : first_indent, 0); in process_stream()