Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.apply.c207 obj->nobj = fcobj; in in_ice_box()
208 fcobj = obj; in in_ice_box()
224 if (obj == fcobj) in out_ice_box()
225 fcobj = fcobj->nobj; in out_ice_box()
227 for(otmp = fcobj; otmp->nobj != obj; otmp = otmp->nobj) in out_ice_box()
243 for(otmp = fcobj; otmp; otmp = otmp->nobj) in use_ice_box()
250 if(askchain(fcobj, NULL, 0, out_ice_box, ck_ice_box, 0)) in use_ice_box()
H A Dhack.Decl.c80 struct obj *fobj = 0, *fcobj = 0, *invent = 0, *uwep = 0, *uarm = 0, variable
H A Dhack.save.c113 saveobjchn(fd, fcobj); in dosave0()
170 fcobj = restobjchn(fd); in dorecover()
H A Dhack.main.c301 fobj = fcobj = invent = 0; in main()
H A Dhack.shk.c234 for(obj = fcobj; obj; obj = obj->nobj) in setpaid()
640 !(obj = o_on(id, fcobj))) { in bp_to_obj()
H A Dhack.h105 *uleft, *uright, *fcobj;