Home
last modified time | relevance | path

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

/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/ext2ed/
H A Dwin.c37 struct termios termioInit, termioCurrent; variable
66 termioCurrent = termioInit; in init_windows()
67 termioCurrent.c_lflag |= ECHO; /* set echo on */ in init_windows()
68 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/ext2ed/
H A Dwin.c37 struct termios termioInit, termioCurrent; variable
66 termioCurrent = termioInit; in init_windows()
67 termioCurrent.c_lflag |= ECHO; /* set echo on */ in init_windows()
68 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/ext2ed/
H A Dwin.c37 struct termios termioInit, termioCurrent;
66 termioCurrent = termioInit;
67 termioCurrent.c_lflag |= ECHO; /* set echo on */
68 tcsetattr(0,TCSANOW,&termioCurrent);