OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAY_X
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/cribbage/
cribcur.h
35
# define
PLAY_X
12
43
# define SCORE_X (
PLAY_X
+ TABLE_X + COMP_X)
45
# define CRIB_X (
PLAY_X
+ TABLE_X)
crib.c
126
Playwin = subwin(stdscr, PLAY_Y,
PLAY_X
, 0, 0);
127
Tablewin = subwin(stdscr, TABLE_Y, TABLE_X, 0,
PLAY_X
);
128
Compwin = subwin(stdscr, COMP_Y, COMP_X, 0, TABLE_X +
PLAY_X
);
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025