Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A Dsignal.c123 int old_width, old_height; in psignals() local
127 old_width = sc_width; in psignals()
130 if (sc_width != old_width || sc_height != old_height) { in psignals()
/openbsd-src/usr.bin/top/
H A Ddisplay.c336 static int cpulen, old_width; in cpustates_tag() local
345 if (old_width == screen_width) { in cpustates_tag()
364 old_width = screen_width; in cpustates_tag()