Searched defs:at_bottom (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c229 BOOLEAN at_bottom = AT_BOTTOM(f); local
233 (!at_bottom || Status(c, GROWABLE))) {
239 if (at_bottom && !_grow_field(c, 1))
295 BOOLEAN at_bottom = AT_BOTTOM(f); local
305 if (at_bottom && (!Status(c, GROWABLE) || OneRow(c))) {
314 if (at_bottom && !_grow_field(c, 1))
322 if (at_bottom && (!Status(c, GROWABLE) || OneRow(c))) {
329 room = !at_bottom && room_for_line(f);

Completed in 263 milliseconds