HomeSort by: relevance | last modified time | path
    Searched refs:X_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/games/robots/
main.c 160 if (LINES != Y_SIZE || COLS != X_SIZE) {
161 if (LINES < Y_SIZE || COLS < X_SIZE) {
164 Y_SIZE, X_SIZE);
168 stdscr = newwin(Y_SIZE, X_SIZE, 0, 0);
robots.h 47 #define X_SIZE 80

Completed in 13 milliseconds