Home
last modified time | relevance | path

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

/openbsd/src/games/cribbage/
Dcrib.c75 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 …]
Dcribcur.h53 extern WINDOW *Compwin; /* computer's hand window */
Dextern.c60 WINDOW *Compwin; /* computer's hand window */ variable
Dsupport.c163 prhand(h, CINHAND, Compwin, FALSE); in comphand()