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

/freebsd-current/contrib/less/
H A Dsignal.c245 int old_width, old_height; local
249 old_width = sc_width;
252 if (sc_width != old_width || sc_height != old_height)
/freebsd-current/contrib/dialog/
H A Dpause.c65 int old_width = width; local
208 width = old_width;
H A Dinputbox.c72 int old_width = width; local
254 width = old_width;
H A Dmixedgauge.c43 int width, old_width, min_width; member in struct:__anon464
281 dlg->width = dlg->old_width = aWidth;
311 dlg->width = dlg->old_width;
H A Dtailbox.c331 int old_width = width; local
421 width = old_width;
H A Drangebox.c196 int old_width = width; local
384 width = old_width;
H A Dtimebox.c175 int old_width = width; local
360 width = old_width;
H A Dchecklist.c191 int old_width = width; local
584 width = old_width;
H A Dtreeview.c195 int old_width = width; local
544 width = old_width;
H A Deditbox.c348 int old_width = width; local
714 width = old_width;
H A Dcalendar.c712 int old_width = width; local
923 width = old_width;
H A Dtextbox.c715 int old_width = width; local
975 width = old_width;
H A Dfselect.c600 int old_width = width; local
881 width = old_width;
H A Dformbox.c492 int old_width = width; local
787 width = old_width;
H A Dmenubox.c350 int old_width = width; local
H A Dbuildlist.c551 int old_width = width; local
1105 width = old_width;
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dvga.c184 int old_width, old_height; local
189 //old_width = sc->gc_width;
191 old_width = sc->gc_image->width;
207 if (old_width != sc->gc_width || old_height != sc->gc_height)

Completed in 207 milliseconds