Home
last modified time | relevance | path

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

/trueos/usr.bin/rs/
HDrs.c86 static int orows = 0, ocols = 0; variable
200 for (i = 0; i < orows; i++) { in putfile()
201 for (j = i; j < nelem; j += orows) in putfile()
202 prints(ep[j], (j - i) / orows); in putfile()
206 for (i = k = 0; i < orows; i++) { in putfile()
256 orows = icols; in prepfile()
259 else if (orows == 0 && ocols == 0) { /* decide rows and cols */ in prepfile()
268 orows = nelem / ocols + (nelem % ocols ? 1 : 0); in prepfile()
270 else if (orows == 0) /* decide on rows */ in prepfile()
271 orows = nelem / ocols + (nelem % ocols ? 1 : 0); in prepfile()
[all …]