Searched refs:Compwin (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/games/cribbage/ |
| H A D | crib.c | 94 Compwin = subwin(stdscr, COMP_Y, COMP_X, 0, TABLE_X + PLAY_X); in main() 98 leaveok(Compwin, TRUE); in main() 233 werase(Compwin); in game() 234 wrefresh(Compwin); in game() 286 werase(Compwin); in playhand() 453 prhand(ch, cnum, Compwin, true); in peg() 562 prhand(ch, cnum, Compwin, true); in peg()
|
| H A D | cribcur.h | 51 extern WINDOW *Compwin; /* computer's hand window */
|
| H A D | extern.c | 61 WINDOW *Compwin; /* computer's hand window */ variable
|
| H A D | support.c | 162 prhand(h, CINHAND, Compwin, false); in comphand()
|