Home
last modified time | relevance | path

Searched refs:at_bottom (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c227 BOOLEAN at_bottom = AT_BOTTOM(f); in wrap_ok() local
231 (!at_bottom || Status(c, GROWABLE))) { in wrap_ok()
237 if (at_bottom && !_grow_field(c, 1)) in wrap_ok()
293 BOOLEAN at_bottom = AT_BOTTOM(f); in _new_line() local
303 if (at_bottom && (!Status(c, GROWABLE) || OneRow(c))) { in _new_line()
312 if (at_bottom && !_grow_field(c, 1)) in _new_line()
320 if (at_bottom && (!Status(c, GROWABLE) || OneRow(c))) { in _new_line()
327 room = !at_bottom && room_for_line(f); in _new_line()