Home | History | Annotate | Download | only in resize

Lines Matching defs:rows

230 	    "Usage: %s [rows cols]\n" :
231 "Usage: %s [-v] [-u] [-c] [-s [rows cols]]\n", myname);
327 int rows, cols;
507 if (sscanf(buf, size[emu], &rows, &cols) != 2) {
508 fprintf(stderr, "%s: Can't get rows and columns\r\n", myname);
523 setup_winsize(ts, rows, cols, 0, 0);
531 setup_winsize(ts, rows, cols,
532 scaled(TTYSIZE_ROWS(ts), rows, ts.ws_ypixel),
575 sprintf(termcap + i, "%d", rows);
592 setname, cols, rows);
606 setname, cols, rows);