Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c2016 static idx_t pending_spaces = 0; in copy_with_unblock() local
2024 col = pending_spaces = 0; /* Wipe out any pending spaces. */ in copy_with_unblock()
2029 pending_spaces++; in copy_with_unblock()
2034 while (pending_spaces) in copy_with_unblock()
2037 --pending_spaces; in copy_with_unblock()