Home
last modified time | relevance | path

Searched refs:COMP_X (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/games/cribbage/
Dcribcur.h40 # define COMP_X 12 macro
44 # define SCORE_X (PLAY_X + TABLE_X + COMP_X)
Dcrib.c75 Compwin = subwin(stdscr, COMP_Y, COMP_X, 0, TABLE_X + PLAY_X); in main()