Searched defs:tios (Results 1 – 2 of 2) sorted by relevance
18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
30 struct termios tios; in set_up_tty() local