Lines Matching defs:tty_arg
700 struct ttysize tty_arg;
862 &tty_arg, sizeof (struct ttysize)) != 0)
865 if ((tty_arg.ts_lines & 0xffff0000) != 0) {
869 win_arg = *(struct winsize *)&tty_arg;
888 &tty_arg, sizeof (struct ttysize)) != 0)
891 pty->pt_ttycommon.t_size.ws_row = (ushort_t)tty_arg.ts_lines;
892 pty->pt_ttycommon.t_size.ws_col = (ushort_t)tty_arg.ts_cols;
909 tty_arg.ts_lines = pty->pt_ttycommon.t_size.ws_row;
910 tty_arg.ts_cols = pty->pt_ttycommon.t_size.ws_col;
912 if (copyout(&tty_arg, (caddr_t)data,