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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c108 int delta_height, delta_each, delta_leftover; local
173 delta_each = delta_height / numwins;
174 delta_leftover = delta_height - (delta_each * numwins);
176 /* Change the height of each window in the chain by delta_each. Change
177 the height of the last window in the chain by delta_each and by the
189 win->height += delta_each;
194 if (win->height == delta_each)
198 first row of it. We cannot just add delta_each to the first row,
221 if ((delta_each < 0) && ((windows->height != 0) && windows->next))
236 delta_each
[all...]

Completed in 174 milliseconds