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

  /src/games/boggle/boggle/
bog.h 65 #define BOARD_LINE 0
mach.c 438 row = BOARD_LINE + (wordpath[i] / 4) * 2 + 1;
454 row = BOARD_LINE + (wordpath[i] / 4) * 2 + 1;
646 move(BOARD_LINE, BOARD_COL);
647 line = BOARD_LINE;

Completed in 12 milliseconds