HomeSort by: relevance | last modified time | path
    Searched defs:old_width (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
signal.c 183 int old_width, old_height; local in function:psignals
187 old_width = sc_width;
190 if (sc_width != old_width || sc_height != old_height)
  /src/usr.bin/xlint/lint1/
tree.c 496 unsigned old_width = width_in_bits(otp); local in function:ic_cvt
500 if (new_width >= old_width && new_unsigned == old_unsigned)
502 if (new_width > old_width && old_unsigned)

Completed in 18 milliseconds