Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dwin.c37 struct termios termioInit, termioCurrent; variable
65 tcgetattr(0,&termioInit); /* save initial config */ in init_windows()
66 termioCurrent = termioInit; in init_windows()
160 tcsetattr(0,TCSANOW,&termioInit); in close_windows()