Home
last modified time | relevance | path

Searched refs:ttysz (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dstty.c1791 struct ttysize ttysz; in set_window_size() local
1793 ttysz.ts_lines = win.ws_row; in set_window_size()
1794 ttysz.ts_cols = win.ws_col; in set_window_size()
1802 if (ioctl (STDIN_FILENO, TIOCSSIZE, (char *) &ttysz)) in set_window_size()