Searched refs:ter (Results 1 – 1 of 1) sorted by relevance
103 struct termios ter; in nhw_upty_open_ptty() local158 ret = tcgetattr(master_pty, &ter); in nhw_upty_open_ptty()162 ter.c_cc[VMIN] = 0; in nhw_upty_open_ptty()163 ter.c_cc[VTIME] = 0; in nhw_upty_open_ptty()164 ter.c_lflag &= ~(ICANON | ISIG | IEXTEN | ECHO); in nhw_upty_open_ptty()165 ter.c_iflag &= ~(BRKINT | ICRNL | IGNBRK | IGNCR | INLCR | INPCK in nhw_upty_open_ptty()167 ter.c_oflag &= ~OPOST; in nhw_upty_open_ptty()168 ret = tcsetattr(master_pty, TCSANOW, &ter); in nhw_upty_open_ptty()