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

  /src/games/boggle/boggle/
bog.h 53 #define MAXPSPACE 4000 /* Space for player's words */
bog.c 108 static char pwords[MAXPSPACE], *pwordsp;
384 pwordsp + len >= &pwords[MAXPSPACE]) {

Completed in 61 milliseconds