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

/freebsd-11-stable/usr.bin/rs/
H A Drs.c86 static int orows = 0, ocols = 0; variable
207 for (j = 0; j < ocols; j++, k++)
257 ocols = irows;
259 else if (orows == 0 && ocols == 0) { /* decide rows and cols */
260 ocols = owidth / colw;
261 if (ocols == 0) {
264 ocols = 1;
266 if (ocols > nelem)
267 ocols = nelem;
268 orows = nelem / ocols
[all...]

Completed in 103 milliseconds