Lines Matching refs:WINDOW
34 # define PLAY_Y 15 /* size of player's hand window */
36 # define TABLE_Y 21 /* size of table window */
38 # define COMP_Y 15 /* size of computer's hand window */
52 extern WINDOW *Compwin; /* computer's hand window */
53 extern WINDOW *Msgwin; /* message window */
54 extern WINDOW *Playwin; /* player's hand window */
55 extern WINDOW *Tablewin; /* table window */