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

  /src/games/gomoku/
bdisp.c 45 #define SCRNH 24 /* assume 24 lines for the moment */
66 if (LINES < SCRNH || COLS < SCRNW)
68 SCRNW, SCRNH);
244 if (++lastline >= SCRNH - 1) {

Completed in 10 milliseconds