Searched refs:tmp_tc (Results 1 – 1 of 1) sorted by relevance
281 struct termio tmp_tc; local312 (void) tcgetattr(tin, &tmp_tc);319 (void) tcsetattr(tin, TCSADRAIN, &tmp_tc);333 tmp_tc = new_tc;340 tmp_tc.c_lflag |= ECHO;341 tmp_tc.c_oflag |= ONLCR;343 tmp_tc.c_iflag |= ICRNL;349 tmp_tc.c_lflag &= ~ECHO;350 tmp_tc.c_oflag &= ~ONLCR;353 tmp_tc.c_iflag &= ~ICRNL;[all …]