Searched refs:rows (Results 1 – 4 of 4) sorted by relevance
66 stty rows $(expr $srow + 1) cols $(expr $scol + 1) ||89 stty rows $2 columns $3 || exit 1
463 static void set_window_size (int rows, int cols, char const *device_name);1751 set_window_size (int rows, int cols, char const *device_name) in set_window_size() argument1762 if (rows >= 0) in set_window_size()1763 win.ws_row = rows; in set_window_size()
5158 size_t rows = cwd_n_used / cols + (cwd_n_used % cols != 0); in print_many_per_line() local5160 for (row = 0; row < rows; row++) in print_many_per_line()5174 filesno += rows; in print_many_per_line()
15754 @item rows @var{n}15755 @opindex rows15756 Tell the tty kernel driver that the terminal has @var{n} rows.15784 Print the number of rows and columns that the kernel thinks the15785 terminal has. (Systems that don't support rows and columns in the kernel