Lines Matching refs:rows
44 int rows; /* max rows */
200 if (++more->row < more->rows)
298 * if rows==0 or cols==0 then they are deterimined from the tty
303 int sfdcmore(Sfio_t* f, const char* prompt, int rows, int cols)
305 int sfdcmore(f, prompt, rows, cols)
308 int rows;
332 if (!rows || !cols)
335 astwinsize(sffileno(sfstdin), &rows, &cols);
337 if (!rows)
338 rows = 24;
342 more->rows = rows;