Home
last modified time | relevance | path

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

/openbsd/usr.bin/fmt/
H A Dfmt.c391 size_t last_indent = SILLY; /* how many spaces in last indent? */ in process_stream() local
433 (np != last_indent && header_type != hdr_Continuation && in process_stream()
438 last_indent = np; in process_stream()
446 last_indent = 2; /* for cont. lines */ in process_stream()
455 if (np != last_indent && header_type != hdr_Continuation) in process_stream()
456 last_indent = np; in process_stream()
497 output_word(first_indent, last_indent, wordp, in process_stream()