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

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c72 struct sgttyb ottyb = { 0 }, nttyb = { 0 }; variable in typeref:struct:sgttyb
76 # define old_tc ottyb
235 ioctl(0, TIOCGETP, (char *)&ottyb);
242 nttyb = ottyb;
321 nttyb.sg_kill = ottyb.sg_kill;
322 nttyb.sg_erase = ottyb.sg_erase;
664 sb = ottyb;

Completed in 61 milliseconds