Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c439 static void balance (int total_stored);
1995 balance (int total_stored) in balance() argument
2003 lines = total_stored / columns; in balance()
2004 if (i <= total_stored % columns) in balance()