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

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dwindow.c112 int delta_height, delta_each, delta_leftover; local
177 delta_each = delta_height / numwins;
178 delta_leftover = delta_height - (delta_each * numwins);
180 /* Change the height of each window in the chain by delta_each. Change
181 the height of the last window in the chain by delta_each and by the
193 win->height += delta_each;
198 if (win->height == delta_each)
202 first row of it. We cannot just add delta_each to the first row,
225 if ((delta_each < 0) && ((windows->height != 0) && windows->next))
240 delta_each
[all...]

Completed in 97 milliseconds