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

  /src/games/snake/snake/
snake.c 118 static void chase(struct point *, struct point *);
243 chase(&snake[i], &snake[i - 1]);
601 chase(struct point *np, struct point *sp) function in typeref:typename:void
886 chase(&snake[0], &snake[1]);
snake.c 118 static void chase(struct point *, struct point *);
243 chase(&snake[i], &snake[i - 1]);
601 chase(struct point *np, struct point *sp) function in typeref:typename:void
886 chase(&snake[0], &snake[1]);

Completed in 22 milliseconds