Home
last modified time | relevance | path

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

/original-bsd/usr.bin/rs/
H A Drs.c63 int owidth = 80, gutter = 2; variable
108 if (flags & NOARGS && curlen < owidth) in getfile()
229 ocols = owidth / colw; in prepfile()
231 fprintf(stderr, "Display width %d is less than column width %d\n", owidth, colw); in prepfile()
393 p = getnum(&owidth, p, 0);
394 if (owidth <= 0)