Searched refs:Y_SIZE (Results 1 – 2 of 2) sorted by relevance
160 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()
46 #define Y_SIZE 24 macro57 #define MAXSCORES (Y_SIZE - 2)