Home
last modified time | relevance | path

Searched refs:otty (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c153 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()
1578 no_intty = ioctl(0, TCGETA, &otty); in initterm()
1579 ioctl(2, TCGETA, &otty); in initterm()
1580 hardtabs = !(otty.c_oflag & TAB3); in initterm()
1593 ch = otty.c_cc[VKILL]; in readch()
1638 } else if ((ch == otty.c_cc[VKILL]) && !slash) { in ttyin()
[all …]
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c179 static struct termio otty; /* to save old terminal settings */ variable
1614 (void) ioctl(fileno(stdout), TCGETA, &otty); in terminit()
1772 (void) ioctl(fileno(stdout), TCSETAW, &otty); in end_it()