tio 382 compat/hpux/hpux_tty.c termiototermios(tio, tios, bsdtios) tio 383 compat/hpux/hpux_tty.c struct hpux_termio *tio; tio 390 compat/hpux/hpux_tty.c tios->c_iflag = tio->c_iflag; tio 391 compat/hpux/hpux_tty.c tios->c_oflag = tio->c_oflag; tio 392 compat/hpux/hpux_tty.c tios->c_cflag = tio->c_cflag; tio 393 compat/hpux/hpux_tty.c tios->c_lflag = tio->c_lflag; tio 394 compat/hpux/hpux_tty.c tios->c_reserved = tio->c_line; tio 396 compat/hpux/hpux_tty.c tios->c_cc[i] = tio->c_cc[i]; tio 398 compat/hpux/hpux_tty.c tios->c_cc[HPUXVEOF] = tio->c_cc[HPUXVEOF]; tio 399 compat/hpux/hpux_tty.c tios->c_cc[HPUXVEOL] = tio->c_cc[HPUXVEOL]; tio 405 compat/hpux/hpux_tty.c tios->c_cc[HPUXVMINS] = tio->c_cc[HPUXVMIN]; tio 406 compat/hpux/hpux_tty.c tios->c_cc[HPUXVTIMES] = tio->c_cc[HPUXVTIME]; tio 414 compat/hpux/hpux_tty.c termiostotermio(tios, tio) tio 416 compat/hpux/hpux_tty.c struct hpux_termio *tio; tio 420 compat/hpux/hpux_tty.c tio->c_iflag = tios->c_iflag; tio 421 compat/hpux/hpux_tty.c tio->c_oflag = tios->c_oflag; tio 422 compat/hpux/hpux_tty.c tio->c_cflag = tios->c_cflag; tio 423 compat/hpux/hpux_tty.c tio->c_lflag = tios->c_lflag; tio 424 compat/hpux/hpux_tty.c tio->c_line = tios->c_reserved; tio 426 compat/hpux/hpux_tty.c tio->c_cc[i] = tios->c_cc[i]; tio 428 compat/hpux/hpux_tty.c tio->c_cc[HPUXVEOF] = tios->c_cc[HPUXVEOF]; tio 429 compat/hpux/hpux_tty.c tio->c_cc[HPUXVEOL] = tios->c_cc[HPUXVEOL]; tio 431 compat/hpux/hpux_tty.c tio->c_cc[HPUXVMIN] = tios->c_cc[HPUXVMINS]; tio 432 compat/hpux/hpux_tty.c tio->c_cc[HPUXVTIME] = tios->c_cc[HPUXVTIMES];