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

  /src/games/hack/
hack.apply.c 77 static int out_ice_box(struct obj *);
227 out_ice_box(struct obj *obj) function in typeref:typename:int
235 panic("out_ice_box");
249 current_ice_box = obj; /* for use by in/out_ice_box */
258 if (askchain(fcobj, NULL, 0, out_ice_box, ck_ice_box, 0))
hack.apply.c 77 static int out_ice_box(struct obj *);
227 out_ice_box(struct obj *obj) function in typeref:typename:int
235 panic("out_ice_box");
249 current_ice_box = obj; /* for use by in/out_ice_box */
258 if (askchain(fcobj, NULL, 0, out_ice_box, ck_ice_box, 0))

Completed in 21 milliseconds