Searched refs:owidth (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/rs/
H A Drs.c82 int owidth = 80, gutter = 2; variable
138 if (flags & NOARGS && strlen(curline) < (size_t)owidth)
258 ocols = owidth / colw;
261 owidth, colw);
387 owidth = strtonum(optarg, 1, INT_MAX, &errstr);
/openbsd-current/sys/dev/ic/
H A Dstivar.h94 u_int16_t oheight, owidth; /* offscreen size */ member in struct:sti_screen
H A Dsti.c553 if (cfg.owidth == cfg.width &&
558 scr->scr_cfg.oscr_width = cfg.owidth =
570 scr->owidth = cfg.owidth;
905 (cfg->fbwidth - cfg->width - cfg->owidth)) {
913 scr->scr_fontbase = cfg->width + cfg->owidth;
H A Dstireg.h463 u_int16_t width, height, owidth, oheight, fbwidth, fbheight; member in struct:sti_inqconfout

Completed in 76 milliseconds