Home
last modified time | relevance | path

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

/openbsd/src/games/cribbage/
Dcribcur.h37 # define TABLE_Y 21 /* size of table window */ macro
Dcrib.c74 Tablewin = subwin(stdscr, TABLE_Y, TABLE_X, 0, PLAY_X); in main()