Searched refs:ocols (Results 1 – 1 of 1) sorted by relevance
86 static int orows = 0, ocols = 0; variable207 for (j = 0; j < ocols; j++, k++) in putfile()257 ocols = irows; in prepfile()259 else if (orows == 0 && ocols == 0) { /* decide rows and cols */ in prepfile()260 ocols = owidth / colw; in prepfile()261 if (ocols == 0) { in prepfile()264 ocols = 1; in prepfile()266 if (ocols > nelem) in prepfile()267 ocols = nelem; in prepfile()268 orows = nelem / ocols + (nelem % ocols ? 1 : 0); in prepfile()[all …]