Lines Matching defs:ceiling
872 unsigned period, uint64_t max_value, uint64_t ceiling,
894 pane->ceiling = ceiling;
957 value = value > gr->pane->ceiling ? gr->pane->ceiling : value;
1087 uint64_t * const ceiling, boolean * const dyn_ceiling,
1129 *ceiling = tmp > 10 ? tmp : 10;
1190 uint64_t ceiling = UINT64_MAX;
1221 name = read_pane_settings(name_a, &x, &y, &width, &height, &ceiling,
1233 period, 10, ceiling, dyn_ceiling, sort_items);
1488 ceiling = UINT64_MAX;
1545 puts(" 'c[value]' sets the ceiling of the value of the Y axis.");
1547 puts(" the ceiling allows, the value is clamped.");