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

  /src/games/larn/
monster.c 51 * dirsub(x,y) Routine to ask for direction, then modify x,y for it
128 static int dirsub(int *, int *);
545 i = dirsub(&xl, &yl); /* get direction of sphere */
736 dirsub(&x, &y);
802 dirsub(&dx, &dy);
947 dirsub(&x, &y);
998 * static dirsub(x,y) Routine to ask for direction, then modify x,y for it
1006 dirsub(int *x, int *y) function in typeref:typename:int
1094 dirsub(&x, &y);

Completed in 70 milliseconds