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

/freebsd-10.0-release/usr.bin/fmt/
H A Dfmt.c528 * indent0 and indent1 are the indents to use on the first and subsequent
532 output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) { argument
534 size_t indent = output_in_paragraph ? indent1 : indent0;

Completed in 54 milliseconds