Searched refs:Compwin (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/games/cribbage/ |
| D | crib.c | 75 Compwin = subwin(stdscr, COMP_Y, COMP_X, 0, TABLE_X + PLAY_X); in main() 80 leaveok(Compwin, TRUE); in main() 223 werase(Compwin); in game() 224 wrefresh(Compwin); in game() 276 werase(Compwin); in playhand() 277 wrefresh(Compwin); in playhand() 460 prhand(ch, cnum, Compwin, TRUE); in peg() 505 prhand(ch, cnum, Compwin, TRUE); in peg() 526 prhand(ch, cnum, Compwin, TRUE); in peg() 561 prhand(ch, cnum, Compwin, TRUE); in peg() [all …]
|
| D | cribcur.h | 53 extern WINDOW *Compwin; /* computer's hand window */
|
| D | extern.c | 60 WINDOW *Compwin; /* computer's hand window */ variable
|
| D | support.c | 163 prhand(h, CINHAND, Compwin, FALSE); in comphand()
|