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

/illumos-gate/usr/src/cmd/tip/
H A Dtip.c201 (void) ioctl(0, TCGETS, (char *)&defarg);
202 arg = defarg;
276 (void) ioctl(0, TCSETSF, (char *)&defarg);
H A Dtip.h238 struct termios defarg; /* initial mode of local terminal */ variable in typeref:struct:termios
H A Dcmds.c809 rmtty.c_cc[VSTART] = defarg.c_cc[VSTART];
810 rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP];

Completed in 55 milliseconds