Searched refs:grownups (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c555 static const short grownups[][2] = { variable
623 for (i = 0; grownups[i][0] >= LOW_PM; i++)
624 if(montype == grownups[i][0]) return grownups[i][1];
636 for (i = 0; grownups[i][0] >= LOW_PM; i++)
637 if(montype == grownups[i][0]) monvalue = grownups[i][1];
649 for (i = 0; grownups[i][0] >= LOW_PM; i++)
650 if(montype == grownups[i][1]) return grownups[
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c555 static const short grownups[][2] = { variable
623 for (i = 0; grownups[i][0] >= LOW_PM; i++)
624 if(montype == grownups[i][0]) return grownups[i][1];
636 for (i = 0; grownups[i][0] >= LOW_PM; i++)
637 if(montype == grownups[i][0]) monvalue = grownups[i][1];
649 for (i = 0; grownups[i][0] >= LOW_PM; i++)
650 if(montype == grownups[i][1]) return grownups[
[all...]

Completed in 28 milliseconds