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

  /src/usr.bin/rs/
rs.c 94 static int owidth = 80, gutter = 2; variable in typeref:typename:int
143 if (flags & NOARGS && curlen < owidth)
270 ocols = owidth / colw;
272 warnx("Display width %d is less than column width %d", owidth, colw);
428 p = getnum(&owidth, p, 0);
429 if (owidth <= 0)
  /src/sys/dev/ic/
stivar.h 95 uint16_t oheight, owidth; /* offscreen size */ member in struct:sti_screen
stireg.h 473 uint16_t width, height, owidth, oheight, fbwidth, fbheight; member in struct:sti_inqconfout

Completed in 14 milliseconds