HomeSort by: relevance | last modified time | path
    Searched defs:ioc1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/erc32/
erc32.c 241 static struct termios ioc1, ioc2, iocold1, iocold2; variable in typeref:struct:termios
935 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;
erc32.c 241 static struct termios ioc1, ioc2, iocold1, iocold2; variable in typeref:struct:termios
935 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;
  /src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c 241 static struct termios ioc1, ioc2, iocold1, iocold2; variable in typeref:struct:termios
935 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;
erc32.c 241 static struct termios ioc1, ioc2, iocold1, iocold2; variable in typeref:struct:termios
935 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;

Completed in 45 milliseconds