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

  /src/games/boggle/boggle/
bog.h 71 #define LIST_LINE 10
mach.c 128 move(LIST_LINE, LIST_COL);
132 move(LIST_LINE + 1, LIST_COL);
312 * This display starts at (LIST_LINE, LIST_COL) and goes "down" until the last
313 * line. After the last line a new column is started at LIST_LINE
320 crow = LIST_LINE;
325 move(LIST_LINE, LIST_COL);
340 crow = LIST_LINE;
375 row = LIST_LINE + n % (lastline - LIST_LINE + 1);
376 col = colstarts[n / (lastline - LIST_LINE + 1)]
    [all...]

Completed in 19 milliseconds