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

/freebsd-current/contrib/less/
H A Dsignal.c245 int old_width, old_height; local
250 old_height = sc_height;
252 if (sc_width != old_width || sc_height != old_height)
/freebsd-current/contrib/dialog/
H A Dpause.c64 int old_height = height; local
207 height = old_height;
H A Dinputbox.c71 int old_height = height; local
253 height = old_height;
H A Dmixedgauge.c42 int height, old_height, min_height; member in struct:__anon464
280 dlg->height = dlg->old_height = aHeight;
310 dlg->height = dlg->old_height;
H A Dtailbox.c330 int old_height = height; local
420 height = old_height;
H A Drangebox.c195 int old_height = height; local
383 height = old_height;
H A Dtimebox.c174 int old_height = height; local
359 height = old_height;
H A Dchecklist.c190 int old_height = height; local
583 height = old_height;
H A Dtreeview.c194 int old_height = height; local
543 height = old_height;
H A Deditbox.c347 int old_height = height; local
713 height = old_height;
H A Dcalendar.c711 int old_height = height; local
922 height = old_height;
H A Dtextbox.c714 int old_height = height; local
974 height = old_height;
H A Dfselect.c599 int old_height = height; local
880 height = old_height;
H A Dformbox.c491 int old_height = height; local
786 height = old_height;
H A Dmenubox.c349 int old_height = height; local
H A Dbuildlist.c550 int old_height = height; local
1104 height = old_height;
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dvga.c184 int old_width, old_height; local
190 //old_height = sc->gc_height;
192 old_height = sc->gc_image->height;
207 if (old_width != sc->gc_width || old_height != sc->gc_height)

Completed in 219 milliseconds