Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dtip.c206 (void) ioctl(0, TCGETS, (char *)&defarg); in main()
207 arg = defarg; in main()
281 (void) ioctl(0, TCSETSF, (char *)&defarg); in unraw()
H A Dcmds.c27 struct termios defarg; variable
819 rmtty.c_cc[VSTART] = defarg.c_cc[VSTART]; in tandem()
820 rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP]; in tandem()
H A Dtip.h228 extern struct termios defarg; /* initial mode of local terminal */