Searched defs:tty_orig (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c185 struct termio tty_orig; local
299 ret_orig = ioctl(dcf, TCGETA, &tty_orig);
351 (void) ioctl(dcf, TCSETAW, &tty_orig);
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c243 struct termio tty_orig; local
354 ret_orig = ioctl(dcf, TCGETA, &tty_orig);
405 (void) ioctl(dcf, TCSETAW, &tty_orig);

Completed in 47 milliseconds