Searched defs:ttysize (Results 1 – 2 of 2) 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;
183 find_user(const char *name, char *tty, size_t ttysize) in find_user()