Home
last modified time | relevance | path

Searched refs:Compwin (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/games/cribbage/
H A Dcrib.c94 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 Dcribcur.h51 extern WINDOW *Compwin; /* computer's hand window */
H A Dextern.c61 WINDOW *Compwin; /* computer's hand window */ variable
H A Dsupport.c162 prhand(h, CINHAND, Compwin, false); in comphand()