Home
last modified time | relevance | path

Searched refs:old_width (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dsignal.c286 int old_width, old_height; in psignals() local
290 old_width = sc_width; in psignals()
293 if (sc_width != old_width || sc_height != old_height) in psignals()
/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c184 int old_width, old_height; in vga_check_size() local
191 old_width = sc->gc_image->width; in vga_check_size()
207 if (old_width != sc->gc_width || old_height != sc->gc_height) in vga_check_size()