Lines Matching defs:cols
45 int cols; /* max cols */
195 if (++more->col <= more->cols || s < e && *s == '\n')
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)
309 int cols;
332 if (!rows || !cols)
335 astwinsize(sffileno(sfstdin), &rows, &cols);
339 if (!cols)
340 cols = 80;
343 more->cols = cols;