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

/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c401 size_t last_indent=SILLY; /* how many spaces in last indent? */ local
432 || (np!=last_indent
435 new_paragraph(output_in_paragraph ? last_indent : first_indent, np);
438 last_indent = np;
439 if (header_type==hdr_Header) last_indent=2; /* for cont. lines */
451 * continuation, set |last_indent|.
453 if (np != last_indent && header_type != hdr_Continuation)
454 last_indent=np;
469 output_word(first_indent, last_indent,
476 new_paragraph(output_in_paragraph ? last_indent
[all...]

Completed in 104 milliseconds