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

  /src/games/larn/
monster.c 30 * fullhit(xx) Function to return full damage against a monst (aka web)
123 static int fullhit(int);
333 direct(x, fullhit(i),
349 direct(x, fullhit(i),
699 * fullhit(xx) Function to return full damage against a monster (aka web)
706 fullhit(int xx) function in typeref:typename:int
1136 damag = fullhit(1);
monster.c 30 * fullhit(xx) Function to return full damage against a monst (aka web)
123 static int fullhit(int);
333 direct(x, fullhit(i),
349 direct(x, fullhit(i),
699 * fullhit(xx) Function to return full damage against a monster (aka web)
706 fullhit(int xx) function in typeref:typename:int
1136 damag = fullhit(1);

Completed in 127 milliseconds