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

/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c395 #include <sys/termio.h>
504 struct termio termio, savetermio; local
513 ioctl(fileno(stdin), TCGETA, &termio); local
514 savetermio = termio;
515 termio.c_lflag &= ~(ICANON|ECHO|ECHOE|IEXTEN);
516 termio.c_cc[VTIME] = 0;
517 termio.c_cc[VMIN] = 1;
518 ioctl(fileno(stdin), TCSETA, &termio); local

Completed in 22 milliseconds