Home
last modified time | relevance | path

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

/freebsd/usr.bin/fmt/
H A Dfmt.c252 static size_t pending_spaces; /* Spaces to add before next word */ variable
576 pending_spaces = 0; in new_paragraph()
611 new_x = x + pending_spaces + width; in output_word()
629 pending_spaces); in output_word()
630 x0 += pending_spaces; in output_word()
631 x += pending_spaces; in output_word()
632 output_buffer_length += pending_spaces; in output_word()
637 pending_spaces = spaces; in output_word()
652 wprintf(L"%*ls", (int)pending_spaces, L""); in output_word()
667 pending_spaces = 0; in output_word()
[all …]