HomeSort by: relevance | last modified time | path
    Searched refs:Compwin (Results 1 - 4 of 4) sorted by relevancy

  /src/games/cribbage/
cribcur.h 52 extern WINDOW *Compwin; /* computer's hand window */
extern.c 69 WINDOW *Compwin; /* computer's hand window */
crib.c 128 Compwin = subwin(stdscr, COMP_Y, COMP_X, 0, TABLE_X + PLAY_X);
132 leaveok(Compwin, TRUE);
269 werase(Compwin);
270 wrefresh(Compwin);
322 werase(Compwin);
323 wrefresh(Compwin);
494 prhand(ch, cnum, Compwin, TRUE);
606 prhand(ch, cnum, Compwin, TRUE);
support.c 173 prhand(h, CINHAND, Compwin, FALSE);

Completed in 45 milliseconds