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

/freebsd-12-stable/usr.bin/fmt/
H A Dfmt.c254 static size_t pending_spaces; /* Spaces to add before next word */ variable
578 pending_spaces = 0;
613 new_x = x + pending_spaces + width;
631 pending_spaces);
632 x0 += pending_spaces;
633 x += pending_spaces;
634 output_buffer_length += pending_spaces;
639 pending_spaces = spaces;
654 wprintf(L"%*ls", (int)pending_spaces, L"");
669 pending_spaces
[all...]

Completed in 50 milliseconds