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

  /src/games/tetris/
screen.c 166 struct termios newtt; local in function:scr_set
203 newtt = oldtt;
204 newtt.c_lflag &= ~(ICANON|ECHO);
205 newtt.c_oflag &= ~OXTABS;
206 if (tcsetattr(0, TCSADRAIN, &newtt) < 0)
208 ospeed = cfgetospeed(&newtt);
screen.c 166 struct termios newtt; local in function:scr_set
203 newtt = oldtt;
204 newtt.c_lflag &= ~(ICANON|ECHO);
205 newtt.c_oflag &= ~OXTABS;
206 if (tcsetattr(0, TCSADRAIN, &newtt) < 0)
208 ospeed = cfgetospeed(&newtt);

Completed in 23 milliseconds