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

  /src/games/larn/
diag.c 53 lprintf("\nTotal types of monsters: %ld", (long) MAXMONST + 8);
68 for (i = 0; i <= MAXMONST + 8; i++) {
83 for (i = 0; i <= MAXMONST + 8; i++) {
221 for (i = 0; i < MAXMONST; i++)
292 for (i = 0; i < MAXMONST; i++)
tok.c 150 for (j = 0; j <= MAXMONST + 8; j++) {
203 for (k = 1; k < MAXMONST + 8; k++) /* find monster */
data.c 501 char spelweird[MAXMONST + 8][SPNUM] = {
header.h 18 #define MAXMONST 56
352 extern char aborted[], spelweird[MAXMONST + 8][SPNUM];
monster.c 140 * Enter with the monster number (1 to MAXMONST+8)
147 if (mon < 1 || mon > MAXMONST + 8) { /* check for monster number
154 while (monster[mon].genocided && mon < MAXMONST)
688 if (x >= SPNUM || monst >= MAXMONST + 8 || monst < 0 || x < 0)
1105 while (monster[m = mitem[x][y] = rnd(MAXMONST + 7)].genocided);
1908 for (j = 0; j < MAXMONST; j++) /* search for the monster type */
global.c 218 while (monster[tmp].genocided && tmp < MAXMONST)

Completed in 18 milliseconds