Searched refs:subtotal (Results 1 – 2 of 2) sorted by relevance
5 printf "\t%-10s\t %6d\n", "total", subtotal6 subtotal = 013 subtotal += $315 END { printf "\t%-10s\t %6d\n", "total", subtotal
2196 int subtotal; /* Subtotal of bytes in cells on one page */ in balance() local2426 for(subtotal=k=i=0; i<nCell; i++){ in balance()2427 subtotal += szCell[i]; in balance()2428 if( subtotal > USABLE_SPACE ){ in balance()2429 szNew[k] = subtotal - szCell[i]; in balance()2431 subtotal = 0; in balance()2435 szNew[k] = subtotal; in balance()