Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dwin.c36 struct termios termioInit, termioCurrent; variable
65 termioCurrent = termioInit; in init_windows()
66 termioCurrent.c_lflag |= ECHO; /* set echo on */ in init_windows()
67 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows()