HomeSort by: relevance | last modified time | path
    Searched defs:ocols (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rs/
rs.c 89 static int orows, ocols; variable in typeref:typename:int
208 for (j = 0; j < ocols; j++) {
267 ocols = irows;
269 else if (orows == 0 && ocols == 0) { /* decide rows and cols */
270 ocols = owidth / colw;
271 if (ocols == 0) {
273 ocols = 1;
275 if (ocols > nelem)
276 ocols = nelem;
277 orows = nelem / ocols + (nelem % ocols ? 1 : 0)
    [all...]
rs.c 89 static int orows, ocols; variable in typeref:typename:int
208 for (j = 0; j < ocols; j++) {
267 ocols = irows;
269 else if (orows == 0 && ocols == 0) { /* decide rows and cols */
270 ocols = owidth / colw;
271 if (ocols == 0) {
273 ocols = 1;
275 if (ocols > nelem)
276 ocols = nelem;
277 orows = nelem / ocols + (nelem % ocols ? 1 : 0)
    [all...]

Completed in 183 milliseconds