Searched defs:ttysize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h55 struct ttysize { struct
60 #define TIOCSSIZE _IOW('t',37,struct ttysize)/* set tty size */
61 #define TIOCGSIZE _IOR('t',38,struct ttysize)/* get tty size */
/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h107 struct ttysize { struct
132 #define TIOCSSIZE _IOW('t', 37, struct ttysize) /* set tty size */
133 #define TIOCGSIZE _IOR('t', 38, struct ttysize) /* get tty size */

Completed in 58 milliseconds