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

/freebsd-11-stable/contrib/less/
H A Dsignal.c258 int old_width, old_height; local
263 old_height = sc_height;
265 if (sc_width != old_width || sc_height != old_height)
/freebsd-11-stable/contrib/dialog/
H A Dpause.c64 int old_height = height; local
91 height = old_height;
H A Dmixedgauge.c42 int height, old_height, min_height; member in struct:__anon952
275 dlg->height = dlg->old_height = aHeight;
305 dlg->height = dlg->old_height;
H A Dinputbox.c64 int old_height = height; local
232 height = old_height;
H A Drangebox.c208 int old_height = height; local
378 height = old_height;
H A Dtailbox.c303 int old_height = height; local
385 height = old_height;
H A Dtimebox.c175 int old_height = height; local
344 height = old_height;
H A Dcalendar.c426 int old_height = height; local
593 height = old_height;
H A Dchecklist.c189 int old_height = height; local
559 height = old_height;
H A Deditbox.c333 int old_height = height; local
674 height = old_height;
H A Dmenubox.c334 int old_height = height; local
707 height = old_height;
H A Dtreeview.c193 int old_height = height; local
533 height = old_height;
H A Dbuildlist.c453 int old_height = height; local
980 height = old_height;
H A Dformbox.c486 int old_height = height; local
763 height = old_height;
H A Dfselect.c572 int old_height = height; local
845 height = old_height;
H A Dtextbox.c696 int old_height = height; local
946 height = old_height;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvga.c187 int old_width, old_height; local
193 //old_height = sc->gc_height;
195 old_height = sc->gc_image->height;
210 if (old_width != sc->gc_width || old_height != sc->gc_height)

Completed in 139 milliseconds