Home
last modified time | relevance | path

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

/dflybsd-src/games/hack/
H A Dhack.apply.c209 obj->nobj = fcobj; in in_ice_box()
210 fcobj = obj; in in_ice_box()
225 if (obj == fcobj) in out_ice_box()
226 fcobj = fcobj->nobj; in out_ice_box()
228 for (otmp = fcobj; otmp->nobj != obj; otmp = otmp->nobj) in out_ice_box()
245 for (otmp = fcobj; otmp; otmp = otmp->nobj) in use_ice_box()
253 if (askchain(fcobj, NULL, 0, out_ice_box, ck_ice_box, 0)) in use_ice_box()
H A Dhack.save.c111 saveobjchn(fd, fcobj); in dosave0()
168 fcobj = restobjchn(fd); in dorecover()
H A Dhack.Decl.c81 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.c319 fobj = fcobj = invent = 0; in main()
H A Dhack.shk.c225 for (obj = fcobj; obj; obj = obj->nobj) in setpaid()
639 !(obj = o_on(id, fcobj))) { in bp_to_obj()