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

/illumos-gate/usr/src/cmd/rexd/
H A Don.c92 struct sgttyb OldFlags; /* saved tty flags */ variable in typeref:struct:sgttyb
194 ioctl(0, TIOCSETN, &OldFlags);
435 ioctl(0, TIOCGETP, &OldFlags);
436 NewFlags = OldFlags;
465 ioctl(0, TIOCSETN, &OldFlags);
492 mode.basic.sg_ispeed = OldFlags.sg_ispeed;
493 mode.basic.sg_ospeed = OldFlags.sg_ospeed;
494 mode.basic.sg_erase = OldFlags.sg_erase;
495 mode.basic.sg_kill = OldFlags.sg_kill;
496 mode.basic.sg_flags = (short) (OldFlags
[all...]

Completed in 54 milliseconds