Home
last modified time | relevance | path

Searched refs:noech (Results 1 – 8 of 8) sorted by relevance

/netbsd/games/backgammon/teachgammon/
H A Dteach.c66 noech = old; in main()
67 noech.c_lflag &= ~ECHO; in main()
68 raw = noech; in main()
79 noech.c_oflag &= ~(ONLCR | OXTABS); in main()
H A Dttext2.c137 fixtty(&noech); in wrtext()
185 fixtty(&noech); in wrtext()
/netbsd/games/backgammon/backgammon/
H A Dtext.c115 fixtty(&noech); in wrtext()
127 fixtty(&noech); in wrtext()
H A Dmain.c106 noech = old; in main()
107 noech.c_lflag &= ~ECHO; in main()
108 raw = noech; in main()
127 noech.c_oflag &= ~(ONLCR | OXTABS); in main()
H A Dmove.c143 fixtty(&noech); in move()
/netbsd/games/backgammon/common_source/
H A Dinit.c95 struct termios old, noech, raw; variable
H A Dback.h134 extern struct termios old, noech, raw;/* original tty status */
H A Dboard.c57 fixtty(&noech); in wrboard()