HomeSort by relevance Sort by last modified time
    Searched defs:lmode (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.print.c 190 int lmode; local
201 if (didfds == 0 && ioctl(unit, TIOCLGET, (char *)&lmode) == 0 &&
202 lmode&LFLUSHO) {
203 lmode = LFLUSHO;
204 (void) ioctl(unit, TIOCLBIC, (char *)&lmode);
  /onnv/onnv-gate/usr/src/uts/common/sys/
stermio.h 67 unsigned short lmode; member in struct:stio
74 #define STFLUSH 00400 /* FLUSH mode; lmode */
75 #define STWRAP 01000 /* WRAP mode; lmode */
76 #define STAPPL 02000 /* APPLICATION mode; lmode */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
sys_bsd.c 283 int lmode; local
335 lmode = olmode;
446 lmode &= ~LCTLECH;
452 lmode |= LCTLECH;
463 lmode |= LLITOUT;
465 lmode &= ~LLITOUT;
526 lmode = olmode;
533 (void) ioctl(tin, TIOCLSET, &lmode);

Completed in 120 milliseconds