Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastwinsize.c49 #if !defined(TIOCGSIZE) && !defined(TIOCGWINSZ)
85 #ifdef TIOCGSIZE in astwinsize()
89 if (!ttctl(fd, TIOCGSIZE, &ts) && ts.ts_lines > 0 && ts.ts_cols > 0) in astwinsize()
/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h131 #define TIOCGSIZE _IOR('t', 38, struct ttysize) /* get tty size */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h131 #define TIOCGSIZE TIOCGWINSZ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c643 case TIOCGSIZE: { in ptslioctl()
H A Dtty_pty.c896 case TIOCGSIZE: in ptcioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c409 { (uint_t)TIOCGSIZE, "TIOCGSIZE", "ttysize" },
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3563 case TIOCGSIZE: in strioctl()