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

  /src/games/hack/
hack.c 72 static void movobj(struct obj *, int, int);
304 movobj(uchain, u.ux, u.uy);
309 movobj(uchain, uball->ox, uball->oy);
318 movobj(uball, uchain->ox, uchain->oy);
388 movobj(struct obj *obj, int ox, int oy) function in typeref:typename:void
hack.c 72 static void movobj(struct obj *, int, int);
304 movobj(uchain, u.ux, u.uy);
309 movobj(uchain, uball->ox, uball->oy);
318 movobj(uball, uchain->ox, uchain->oy);
388 movobj(struct obj *obj, int ox, int oy) function in typeref:typename:void

Completed in 23 milliseconds