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);
|