Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 6 of 6) sorted by relevance

/original-bsd/games/hack/
H A Dhack.potion.c11 register struct obj *otmp,*objs; in dodrink() local
94 for(objs = fobj; objs; objs = objs->nobj) in dodrink()
95 if(objs->ox != u.ux || objs->oy != u.uy) in dodrink()
101 for(objs = fobj; objs; objs = objs->nobj) in dodrink()
102 at(objs->ox,objs->oy,objs->olet); in dodrink()
/original-bsd/games/battlestar/
H A Dextern.h266 struct objs { struct
270 struct objs dayobjs[]; argument
271 struct objs nightobjs[];
H A Dnightobjs.c14 struct objs nightobjs[] = {
H A Ddayobjs.c14 struct objs dayobjs[] = {
H A Dinit.c19 register struct objs *p;
H A Dcom1.c40 register struct objs *p;