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

/freebsd-13-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-13-stable/contrib/dialog/
H A Dinputbox.c66 int old_height = height; local
243 height = old_height;
H A Dpause.c64 int old_height = height; local
208 height = old_height;
H A Dmixedgauge.c42 int height, old_height, min_height; member in struct:__anon541
277 dlg->height = dlg->old_height = aHeight;
307 dlg->height = dlg->old_height;
H A Dtailbox.c319 int old_height = height; local
409 height = old_height;
H A Drangebox.c208 int old_height = height; local
391 height = old_height;
H A Dtimebox.c175 int old_height = height; local
357 height = old_height;
H A Dchecklist.c190 int old_height = height; local
577 height = old_height;
H A Deditbox.c343 int old_height = height; local
700 height = old_height;
H A Dtreeview.c194 int old_height = height; local
537 height = old_height;
H A Dcalendar.c713 int old_height = height; local
920 height = old_height;
H A Dformbox.c490 int old_height = height; local
780 height = old_height;
H A Dfselect.c578 int old_height = height; local
858 height = old_height;
H A Dtextbox.c696 int old_height = height; local
953 height = old_height;
H A Dmenubox.c336 int old_height = height; local
H A Dbuildlist.c547 int old_height = height; local
1097 height = old_height;
/freebsd-13-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 135 milliseconds