Searched refs:tnew (Results 1 – 1 of 1) sorted by relevance
3547 struct termios tnew; in mch_settmode() local3550 struct termio tnew; in mch_settmode() local3559 tnew = told; in mch_settmode()3564 tnew.c_iflag &= ~(ICRNL | IXON); in mch_settmode()3574 tnew.c_oflag &= ~(ONLCR | XTABS); in mch_settmode()3577 tnew.c_oflag &= ~(ONLCR | TAB3); in mch_settmode()3579 tnew.c_oflag &= ~ONLCR; in mch_settmode()3584 tnew.c_cc[VTIME] = 0; // don't wait in mch_settmode()3590 tnew.c_lflag &= ~(ICANON | ECHO); in mch_settmode()3592 tnew.c_cc[VTIME] = 0; // don't wait in mch_settmode()[all …]