Searched refs:otty (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/more/ |
H A D | more.c | 153 struct termio otty; /* old tty modes */ variable 998 if (comchar == otty.c_cc[VERASE]) { in command() 1267 i = 0; ch = otty.c_cc[VKILL]; in number() 1276 } else if (ch == otty.c_cc[VKILL]) { in number() 1518 if (!(no_tty = ioctl(1, TCGETA, &otty))) { in initterm() 1553 no_intty = ioctl(0, TCGETA, &otty); in initterm() 1554 ioctl(2, TCGETA, &otty); in initterm() 1555 hardtabs = !(otty.c_oflag & TAB3); in initterm() 1568 ch = otty.c_cc[VKILL]; in readch() 1598 } else if ((ch == otty.c_cc[VERASE]) && !slash) { in ttyin() [all …]
|
/titanic_50/usr/src/cmd/pg/ |
H A D | pg.c | 177 static struct termio otty; /* to save old terminal settings */ variable 1626 (void) ioctl(fileno(stdout), TCGETA, &otty); in terminit() 1789 (void) ioctl(fileno(stdout), TCSETAW, &otty); in end_it()
|