Lines Matching defs:termio
147 struct termio termio;
345 (void) ioctl (0, TCGETA, &termio);
346 termio.c_cflag = 0; /* speed to zero for hangup */
347 (void) ioctl (0, TCSETAW, &termio); /* hang up terminal */
496 struct termio termio;
505 (void) ioctl (fileno(_Fdl), TCGETA, &termio);
506 termio.c_cflag = 0; /* speed to zero for hangup */
507 (void) ioctl (fileno(_Fdl), TCSETAW, &termio); /* hang up terminal */