Searched refs:ts_cols (Results 1 – 11 of 11) sorted by relevance
58 # define WINSIZE_COLS(n) (int)n.ts_cols
5021 int x = win.ts_cols = 1;
87 *columns = ts.ts_cols; in get_window_size()
167 int ts_cols; member
67 # define WINSIZE_COLS(n) n.ts_cols
1548 if (ts.ts_cols) in GetSize()1549 *cols = ts.ts_cols; in GetSize()
947 if (ts.ts_cols) in terminal_get_size()948 *cols = ts.ts_cols; in terminal_get_size()
88 # define WINSIZE_COLS(n) (int)n.ts_cols
65 # define WINSIZE_COLS(n) (int)n.ts_cols
8345 int x = win.ts_cols = 1;
25471 return ts.ts_cols; in shellScreenWidth()