Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c75 struct sgttyb ottyb = { 0 }, nttyb = { 0 }; variable
79 #define old_tc ottyb
190 (void) ioctl(0, TIOCGETP, &ottyb); in TerminalSaveState()
197 nttyb = ottyb; in TerminalSaveState()
243 nttyb.sg_kill = ottyb.sg_kill; in TerminalDefaultChars()
244 nttyb.sg_erase = ottyb.sg_erase; in TerminalDefaultChars()
525 sb = ottyb;