Home
last modified time | relevance | path

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

/original-bsd/old/more/
H A Dmore.c57 struct sgttyb otty, savetty; variable
955 otty.sg_flags |= MBIT;
1162 otty.sg_flags &= ~MBIT;
1238 i = 0; ch = otty.sg_kill;
1561 savetty = otty; in initterm()
1566 otty.sg_flags &= ~ECHO; in initterm()
1582 ch = otty.sg_kill; in readch()
1650 if (slash && (ch == otty.sg_kill || ch == otty.sg_erase)) {
1757 otty.sg_flags |= MBIT; in set_tty()
1758 otty.sg_flags &= ~ECHO; in set_tty()
[all …]
/original-bsd/usr.sbin/sliplogin/
H A Dsliplogin.c211 struct sgttyb tty, otty; local
293 otty = tty;