HomeSort by: relevance | last modified time | path
    Searched refs:do_put_on (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
ring.c 118 do_put_on(ring, 1);
120 do_put_on(ring, 0);
130 * Do not call ring_stats() from within do_put_on(). It will cause
131 * serious problems when do_put_on() is called from read_pack() in restore().
135 do_put_on(object *ring, boolean on_left) function in typeref:typename:void
rogue.h 476 void do_put_on(object *, boolean);
save.c 293 do_put_on(new_obj,

Completed in 13 milliseconds