Searched defs:ttysize (Results 1 – 3 of 3) sorted by relevance
49 struct ttysize { struct50 unsigned short ts_lines;51 unsigned short ts_cols;52 unsigned short ts_xxx;53 unsigned short ts_yyy;
337 struct ttysize in version() struct339 ushort ts_lines; in version()340 ushort ts_cols; in version()341 ushort ts_xxx; in version()342 ushort ts_yyy; in version()
183 find_user(const char *name, char *tty, size_t ttysize) in find_user()