Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/port/
H A Dastwinsize.c89 if (!ttctl(fd, TIOCGSIZE, &ts) && ts.ts_lines > 0 && ts.ts_cols > 0) in astwinsize()
92 if (cols) *cols = ts.ts_cols; in astwinsize()
/titanic_41/usr/src/cmd/rexd/
H A Drex.h102 int ts_cols; member
H A Drex.x163 int ts_cols; member
H A Drex.c147 xdr_int(xdrs, &size->ts_cols); in xdr_rex_ttysize()
H A Don.c124 size.ts_cols = (int)newsize.ws_col; in sigwinch()
515 WindowSize.ts_cols = (int)newsize.ws_col; in main()
H A Dunix_login.c544 newsize.ws_col = (unsigned short) sizep->ts_cols; in SetPtySize()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h57 int ts_cols; /* number of columns on terminal */ member
/titanic_41/usr/src/uts/common/sys/
H A Dptyvar.h109 int ts_cols; /* number of columns on terminal */ member
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x169 int ts_cols; member
/titanic_41/usr/src/uts/common/io/
H A Dtty_pts.c629 tc->t_size.ws_col = tp->ts_cols; in ptslioctl()
668 tp->ts_cols = tc->t_size.ws_col; in ptslioctl()
H A Dtty_pty.c891 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()