Lines Matching defs:each
27 * The window layout is a tree of cells each of which can be one of: a
32 * panes), every pane has a pointer back to the cell containing it, and each
445 * Child cell runs in the same direction. Adjust each child equally
547 * < the minimum, growing proportionately by adding to each pane is
812 /* Check new size will work for each child. */
1104 u_int number, each, size, this, remainder;
1130 each = (size - (number - 1)) / number;
1131 if (each == 0)
1137 remainder = size - (number * (each + 1)) + 1;
1143 change = each - (int)lc->sx;
1151 this = each + 1;
1153 this = each;