Home
last modified time | relevance | path

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

/netbsd/games/hack/
H A Dhack.apply.c214 obj->nobj = fcobj; in in_ice_box()
215 fcobj = obj; in in_ice_box()
230 if (obj == fcobj) in out_ice_box()
231 fcobj = fcobj->nobj; in out_ice_box()
233 for (otmp = fcobj; otmp->nobj != obj; otmp = otmp->nobj) in out_ice_box()
250 for (otmp = fcobj; otmp; otmp = otmp->nobj) in use_ice_box()
258 if (askchain(fcobj, NULL, 0, out_ice_box, ck_ice_box, 0)) in use_ice_box()
H A Dhack.save.c116 saveobjchn(fd, fcobj); in dosave0()
173 fcobj = restobjchn(fd); in dorecover()
H A Dhack.Decl.c86 struct obj *fobj = 0, *fcobj = 0, *invent = 0, *uwep = 0, *uarm = 0, *uarm2 = 0, variable
H A Dhack.h226 extern struct obj *uleft, *uright, *fcobj;
H A Dhack.main.c324 fobj = fcobj = invent = 0; in main()
H A Dhack.shk.c230 for (obj = fcobj; obj; obj = obj->nobj) in setpaid()
644 !(obj = o_on(id, fcobj))) { in bp_to_obj()