Searched refs:ts_cols (Results 1 – 11 of 11) sorted by relevance
89 if (!ttctl(fd, TIOCGSIZE, &ts) && ts.ts_lines > 0 && ts.ts_cols > 0) in astwinsize()92 if (cols) *cols = ts.ts_cols; in astwinsize()
102 int ts_cols; member
163 int ts_cols; member
147 xdr_int(xdrs, &size->ts_cols); in xdr_rex_ttysize()
124 size.ts_cols = (int)newsize.ws_col; in sigwinch()515 WindowSize.ts_cols = (int)newsize.ws_col; in main()
544 newsize.ws_col = (unsigned short) sizep->ts_cols; in SetPtySize()
57 int ts_cols; /* number of columns on terminal */ member
109 int ts_cols; /* number of columns on terminal */ member
169 int ts_cols; member
629 tc->t_size.ws_col = tp->ts_cols; in ptslioctl()668 tp->ts_cols = tc->t_size.ws_col; in ptslioctl()
891 pty->pt_ttycommon.t_size.ws_col = (ushort_t)tty_arg.ts_cols; in ptcioctl()909 tty_arg.ts_cols = pty->pt_ttycommon.t_size.ws_col; in ptcioctl()