Home
last modified time | relevance | path

Searched defs:ttysize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dioctl.h49 struct ttysize { struct
50 unsigned short ts_lines;
51 unsigned short ts_cols;
52 unsigned short ts_xxx;
53 unsigned short ts_yyy;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dioctl.d337 struct ttysize in version() struct
339 ushort ts_lines; in version()
340 ushort ts_cols; in version()
341 ushort ts_xxx; in version()
342 ushort ts_yyy; in version()
/netbsd-src/libexec/talkd/
H A Dprocess.c183 find_user(const char *name, char *tty, size_t ttysize) in find_user()