Home
last modified time | relevance | path

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

/openbsd/usr.bin/rs/
H A Drs.c77 int orows, ocols; variable
196 for (i = 0; i < orows; i++) { in putfile()
197 for (j = i; j < nelem; j += orows) in putfile()
198 prints(ep + j, (j - i) / orows); in putfile()
254 orows = icols; in prepfile()
268 else if (orows == 0) /* decide on rows */ in prepfile()
271 ocols = nelem / orows + (nelem % orows ? 1 : 0); in prepfile()
272 while ((lp = elem + orows * ocols) > endelem) in prepfile()
285 for (j = 0; j < orows; j++, ep++) in prepfile()
305 n = orows * ocols; in prepfile()
[all …]