Home
last modified time | relevance | path

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

/netbsd-src/distrib/utils/more/
H A Dsignal.c183 int old_width, old_height; in psignals() local
187 old_width = sc_width; in psignals()
190 if (sc_width != old_width || sc_height != old_height) in psignals()
/netbsd-src/external/bsd/less/dist/
H A Dsignal.c248 int old_width, old_height; in psignals() local
252 old_width = sc_width; in psignals()
255 if (sc_width != old_width || sc_height != old_height) in psignals()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp5016 hunits old_width = width(); in add_char() local
5024 *widthp += p->width() - old_width; in add_char()