Home
last modified time | relevance | path

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

/openbsd/usr.bin/rs/
H A Drs.c82 int owidth = 80, gutter = 2; variable
138 if (flags & NOARGS && strlen(curline) < (size_t)owidth) in getfile()
258 ocols = owidth / colw; in prepfile()
261 owidth, colw); in prepfile()
387 owidth = strtonum(optarg, 1, INT_MAX, &errstr); in getargs()
/openbsd/sys/dev/ic/
H A Dstivar.h88 u_int16_t oheight, owidth; /* offscreen size */ member
H A Dsti.c600 if (inq.owidth == inq.width && inq.oheight == inq.height) in sti_screen_setup()
604 scr->scr_cfg.oscr_width = inq.owidth = in sti_screen_setup()
616 scr->owidth = inq.owidth; in sti_screen_setup()
956 (inq->fbwidth - inq->width - inq->owidth)) { in sti_fetchfonts()
964 scr->scr_fontbase = inq->width + inq->owidth; in sti_fetchfonts()
H A Dstireg.h471 u_int16_t width, height, owidth, oheight, fbwidth, fbheight; member