HomeSort by: relevance | last modified time | path
    Searched refs:noech (Results 1 - 8 of 8) sorted by relevancy

  /src/games/backgammon/backgammon/
text.c 116 fixtty(&noech);
128 fixtty(&noech);
main.c 106 noech = old;
107 noech.c_lflag &= ~ECHO;
108 raw = noech;
127 noech.c_oflag &= ~(ONLCR | OXTABS);
move.c 143 fixtty(&noech);
  /src/games/backgammon/teachgammon/
teach.c 66 noech = old;
67 noech.c_lflag &= ~ECHO;
68 raw = noech;
79 noech.c_oflag &= ~(ONLCR | OXTABS);
ttext2.c 137 fixtty(&noech);
185 fixtty(&noech);
  /src/games/backgammon/common_source/
init.c 94 struct termios old, noech, raw; variable in typeref:struct:termios
back.h 134 extern struct termios old, noech, raw;/* original tty status */
board.c 57 fixtty(&noech);

Completed in 14 milliseconds