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

/freebsd-10-stable/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;
585 x0 = 0; x = indent1; pending_spaces = 0;
590 x0 = width; x = width+indent1; pending_spaces = spaces;

Completed in 128 milliseconds