Searched refs:tmp_tc (Results 1 – 1 of 1) sorted by relevance
285 struct termio tmp_tc; local316 (void) tcgetattr(tin, &tmp_tc);323 (void) tcsetattr(tin, TCSADRAIN, &tmp_tc);337 tmp_tc = new_tc;344 tmp_tc.c_lflag |= ECHO;345 tmp_tc.c_oflag |= ONLCR;347 tmp_tc.c_iflag |= ICRNL;353 tmp_tc.c_lflag &= ~ECHO;354 tmp_tc.c_oflag &= ~ONLCR;357 tmp_tc.c_iflag &= ~ICRNL;[all …]