Home
last modified time | relevance | path

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

/freebsd/usr.bin/fmt/
H A Dfmt.c600 output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) in output_word() argument
603 size_t indent = output_in_paragraph ? indent1 : indent0; in output_word()