HomeSort by: relevance | last modified time | path
    Searched refs:owidth (Results 1 - 5 of 5) 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
sti.c 544 if (cfg.owidth == cfg.width &&
549 scr->scr_cfg.oscr_width = cfg.owidth =
561 scr->owidth = cfg.owidth;
917 (cfg->fbwidth - cfg->width - cfg->owidth)) {
925 scr->scr_fontbase = cfg->width + cfg->owidth;
stireg.h 473 uint16_t width, height, owidth, oheight, fbwidth, fbheight; member in struct:sti_inqconfout
  /src/sys/arch/hp300/stand/common/
ite_sti.c 184 if (cfg.owidth == cfg.width && cfg.oheight == cfg.height) {
185 sti.cfg.oscr_width = cfg.owidth = cfg.fbwidth - cfg.width;

Completed in 17 milliseconds