Searched refs:ioc1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Derc32.c236 static struct termios ioc1, ioc2, iocold1, iocold2; variable in typeref:struct:termios
940 tcsetattr(0, TCSANOW, &ioc1);
992 tcgetattr(ifd1, &ioc1);
993 iocold1 = ioc1;
994 ioc1.c_lflag &= ~(ICANON | ECHO);
995 ioc1.c_cc[VMIN] = 0;
996 ioc1.c_cc[VTIME] = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Derc32.c241 static struct termios ioc1, ioc2, iocold1, iocold2; variable in typeref:struct:termios
934 tcsetattr(0, TCSANOW, &ioc1);
991 tcgetattr(ifd1, &ioc1);
992 iocold1 = ioc1;
993 ioc1.c_lflag &= ~(ICANON | ECHO);
994 ioc1.c_cc[VMIN] = 0;
995 ioc1.c_cc[VTIME] = 0;

Completed in 180 milliseconds