Home
last modified time | relevance | path

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

/netbsd-src/games/robots/
H A Dmain.c160 if (LINES != Y_SIZE || COLS != X_SIZE) { in main()
161 if (LINES < Y_SIZE || COLS < X_SIZE) { in main()
164 Y_SIZE, X_SIZE); in main()
168 stdscr = newwin(Y_SIZE, X_SIZE, 0, 0); in main()
H A Drobots.h46 #define Y_SIZE 24 macro
57 #define MAXSCORES (Y_SIZE - 2)